Html Css Color HEX #BFBB94 Coriander

📋 copy color: '#BFBB94'

red 191 ◦ green 187 ◦ blue 148

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

Shades of Coriander #BFBB94

Tints of Coriander #BFBB94

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.55%

 BLUE value IS 148 (58.2% from 255) = 28.14%

R = 36.31%
G = 35.55%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFBB94 (or 0xBFBB94) is known color: Coriander. HEX triplet: BF, BB and 94. RGB value is (191,187,148). Sum of RGB (Red+Green+Blue) = 191+187+148=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB94 is #40446B. Grayscale: #B7B7B7. Windows color (decimal): -4211820 or 9747391. OLE color: 9747391.

HSL color Cylindrical-coordinate representation of color #BFBB94: hue angle of 54.42º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFBB94 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 148 -
CMYK 0 0.02 0.23 0.25
HSL 54.42º 0.25% 0.66% -
HSV(B) 54.42º 0.23% 0.75% -
XYZ 44.6 48.76 35.08 -
YUV 183.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 191 187 148 0 0.02 0.23 0.25 54.42 0.25 0.66
Hex BF BB 94 0 2 17 19 36 19 42
Octal 277 273 224 0 2 27 31 66 31 102
Binary 10111111 10111011 10010100 0 10 10111 11001 110110 11001 1000010

Color Harmonies of #BFBB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB94

Black with #BFBB94

Text Example


Text Example

White with #BFBB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB94; }

 p { color: rgb(191,187,148); }

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

background-color css

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

 a { background-color: rgb(191,187,148); }

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

border-color css

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

 span { border-color: rgb(191,187,148); }

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