Html Css Color HEX #BFB19E Tea

📋 copy color: '#BFB19E'

red 191 ◦ green 177 ◦ blue 158

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

Shades of Tea #BFB19E

Tints of Tea #BFB19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.65%

 BLUE value IS 158 (62.11% from 255) = 30.04%

R = 36.31%
G = 33.65%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BFB19E (or 0xBFB19E) is known color: Tea. HEX triplet: BF, B1 and 9E. RGB value is (191,177,158). Sum of RGB (Red+Green+Blue) = 191+177+158=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB19E is #404E61. Grayscale: #B3B3B3. Windows color (decimal): -4214370 or 10400191. OLE color: 10400191.

HSL color Cylindrical-coordinate representation of color #BFB19E: hue angle of 34.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB19E is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 158 -
CMYK 0 0.07 0.17 0.25
HSL 34.55º 0.2% 0.68% -
HSV(B) 34.55º 0.17% 0.75% -
XYZ 43.38 44.99 38.75 -
YUV 179.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 191 177 158 0 0.07 0.17 0.25 34.55 0.2 0.68
Hex BF B1 9E 0 7 11 19 23 14 44
Octal 277 261 236 0 7 21 31 43 24 104
Binary 10111111 10110001 10011110 0 111 10001 11001 100011 10100 1000100

Color Harmonies of #BFB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB19E

Black with #BFB19E

Text Example


Text Example

White with #BFB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB19E; }

 p { color: rgb(191,177,158); }

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

background-color css

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

 a { background-color: rgb(191,177,158); }

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

border-color css

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

 span { border-color: rgb(191,177,158); }

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