Html Css Color HEX #BFB19F Tea

📋 copy color: '#BFB19F'

red 191 ◦ green 177 ◦ blue 159

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

Shades of Tea #BFB19F

Tints of Tea #BFB19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.17%

R = 36.24%
G = 33.59%
B = 30.17%

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

#BFB19F (or 0xBFB19F) is known color: Tea. HEX triplet: BF, B1 and 9F. RGB value is (191,177,159). Sum of RGB (Red+Green+Blue) = 191+177+159=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB19F is #404E60. Grayscale: #B3B3B3. Windows color (decimal): -4214369 or 10465727. OLE color: 10465727.

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

Color convert

RGB 191 177 159 -
CMYK 0 0.07 0.17 0.25
HSL 33.75º 0.2% 0.69% -
HSV(B) 33.75º 0.17% 0.75% -
XYZ 43.47 45.02 39.2 -
YUV 179.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 191 177 159 0 0.07 0.17 0.25 33.75 0.2 0.69
Hex BF B1 9F 0 7 11 19 22 14 45
Octal 277 261 237 0 7 21 31 42 24 105
Binary 10111111 10110001 10011111 0 111 10001 11001 100010 10100 1000101

Color Harmonies of #BFB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB19F

Black with #BFB19F

Text Example


Text Example

White with #BFB19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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