Html Css Color HEX #BFB59E Tea

📋 copy color: '#BFB59E'

red 191 ◦ green 181 ◦ blue 158

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

Shades of Tea #BFB59E

Tints of Tea #BFB59E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.15%

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

R = 36.04%
G = 34.15%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BFB59E (or 0xBFB59E) is known color: Tea. HEX triplet: BF, B5 and 9E. RGB value is (191,181,158). Sum of RGB (Red+Green+Blue) = 191+181+158=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB59E is #404A61. Grayscale: #B5B5B5. Windows color (decimal): -4213346 or 10401215. OLE color: 10401215.

HSL color Cylindrical-coordinate representation of color #BFB59E: hue angle of 41.82º 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 #BFB59E is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 158 -
CMYK 0 0.05 0.17 0.25
HSL 41.82º 0.2% 0.68% -
HSV(B) 41.82º 0.17% 0.75% -
XYZ 44.18 46.59 39.01 -
YUV 181.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 191 181 158 0 0.05 0.17 0.25 41.82 0.2 0.68
Hex BF B5 9E 0 5 11 19 2A 14 44
Octal 277 265 236 0 5 21 31 52 24 104
Binary 10111111 10110101 10011110 0 101 10001 11001 101010 10100 1000100

Color Harmonies of #BFB59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB59E

Black with #BFB59E

Text Example


Text Example

White with #BFB59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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