Html Css Color HEX #BFB6A9 Tea

📋 copy color: '#BFB6A9'

red 191 ◦ green 182 ◦ blue 169

#BFB6A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea #BFB6A9

Tints of Tea #BFB6A9

RGB

 RED value IS 191 (75% from 255) = 35.24%

 GREEN value IS 182 (71.48% from 255) = 33.58%

 BLUE value IS 169 (66.41% from 255) = 31.18%

R = 35.24%
G = 33.58%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFB6A9 (or 0xBFB6A9) is known color: Tea. HEX triplet: BF, B6 and A9. RGB value is (191,182,169). Sum of RGB (Red+Green+Blue) = 191+182+169=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB6A9 is #404956. Grayscale: #B7B7B7. Windows color (decimal): -4213079 or 11122367. OLE color: 11122367.

HSL color Cylindrical-coordinate representation of color #BFB6A9: hue angle of 35.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB6A9 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 169 -
CMYK 0 0.05 0.12 0.25
HSL 35.45º 0.15% 0.71% -
HSV(B) 35.45º 0.12% 0.75% -
XYZ 45.38 47.4 44.29 -
YUV 183.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 191 182 169 0 0.05 0.12 0.25 35.45 0.15 0.71
Hex BF B6 A9 0 5 C 19 23 F 47
Octal 277 266 251 0 5 14 31 43 17 107
Binary 10111111 10110110 10101001 0 101 1100 11001 100011 1111 1000111

Color Harmonies of #BFB6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6A9

Black with #BFB6A9

Text Example


Text Example

White with #BFB6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6A9; }

 p { color: rgb(191,182,169); }

 H1.HeaderClassName
 {
   color: #BFB6A9;
 }
 .AnyTagClassName
 {
   color: #BFB6A9;
 }
</style>

background-color css

<style>
 a { background-color: #BFB6A9; }

 a { background-color: rgb(191,182,169); }

 div.DivClassName
 {
   background-color: #BFB6A9;
 }
 .BgClassName
 {
   background-color: #BFB6A9;
 }
</style>

border-color css

<style>
 span { border-color: #BFB6A9; }

 span { border-color: rgb(191,182,169); }

 td.TdClassName
 {
   border-color: #BFB6A9;
 }
 .TagClassName
 {
   border-color: #BFB6A9;
 }
</style>