Color Hex Logo

#bf767a Color Hex

#BF767A
(191,118,122)
0 Favorites   0 Comments

Color spaces of #bf767a

RGB 191118122
HSL0.990.360.61
HSV357°38°75°
CMYK 0.000.380.36   0.25
XYZ31.477125.438421.6634
Yxy25.43840.40060.3237
Hunter Lab50.436523.13699.8394
CIE-Lab57.500129.11979.9666

#bf767a color RGB value is (191,118,122).

#bf767a hex color red value is 191, green value is 118 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bf767a hue: 0.99 , saturation: 0.36 and the lightness value of bf767a is 0.61.

The process color (four color CMYK) of #bf767a color hex is 0.00, 0.38, 0.36, 0.25. Web safe color of #bf767a is #cc6666. Color #bf767a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110110 01111010
Octal 277 166 172
Decimal 191 118 122
Hex BF 76 7A

RGB Percentages of Color #bf767a

%44.32
%27.38
%28.31

CMYK Percentages of Color #bf767a

%0
%38
%36
%25

Triadic Colors of #bf767a

#bf767a #7abf76 #767abf

Analogous Colors of #bf767a

#bf767a #bf9776 #bf769f

Monochromatic Colors of #bf767a

#bf767a

Complementary Color

#bf767a #76bfbb

#bf767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf767a Color CSS Codes

.mybgcolor {background-color:#bf767a; } 
.myforecolor {color:#bf767a; }
.mybordercolor {border:3px solid #bf767a; }

#bf767a Text Font Color

<p style="color:#bf767a">Text here</p>

This sample text font color is #bf767a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf767a Background Color

<div style="background-color:#bf767a">
Div content here</div>

This div background color is #bf767a


#bf767a Border Color

<div style="border:3px solid #bf767a">
Div here</div>

This div border color is #bf767a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,118,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf767a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf767a;
  -webkit-box-shadow: 1px 1px 3px 2px #bf767a;
  box-shadow:         1px 1px 3px 2px #bf767a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,118,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf767a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf767a;
  -webkit-box-shadow: 1px 1px 3px 2px #bf767a;
  box-shadow:         1px 1px 3px 2px #bf767a;">
Div content here</div>

This div box has shadow with color #bf767a


Comments

No comments written yet.

Please login to write comment.