#BFBB8A

Color #BFBB8A Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BFBB8A

Tints of Coriander #BFBB8A

Color information

#BFBB8A (or 0xBFBB8A) is unknown color: approx Coriander. HEX triplet: BF, BB and 8A. RGB value is (191,187,138). Sum of RGB (Red+Green+Blue) = 191+187+138=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB8A is #404475. Grayscale: #B6B6B6. Windows color (decimal): -4211830 or 9092031. OLE color: 9092031.

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

Color convert

RGB191187138-
CMYK00.020.280.25
HSL55.47º29.28%64.51%-
HSV(B)55.47º27.75%74.9%-
XYZ43.8448.4531.09-
YUV182.61102.83133.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=37.02%
G=36.24%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118713800.020.280.2555.4729.2864.51
HexBFBB8A021C19371d41
Octal2772732120234316735101
Binary1011111110111011100010100101110011001110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB8A; }

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

 H1.HeaderClassName
 {
   color: #BFBB8A;
 }
 .AnyTagClassName
 {
   color: #BFBB8A;
 }
</style>
background-color css

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

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

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

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

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

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