#BFBB90

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

Shades of Coriander #BFBB90

Tints of Coriander #BFBB90

Color information

#BFBB90 (or 0xBFBB90) is unknown color: approx Coriander. HEX triplet: BF, BB and 90. RGB value is (191,187,144). Sum of RGB (Red+Green+Blue) = 191+187+144=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB90 is #40446F. Grayscale: #B7B7B7. Windows color (decimal): -4211824 or 9485247. OLE color: 9485247.

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

Color convert

RGB191187144-
CMYK00.020.250.25
HSL54.89º26.86%65.69%-
HSV(B)54.89º24.61%74.9%-
XYZ44.2948.6333.44-
YUV183.29105.83133.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=36.59%
G=35.82%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118714400.020.250.2554.8926.8665.69
HexBFBB90021919371b42
Octal2772732200231316733102
Binary1011111110111011100100000101100111001110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB90; }

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

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

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

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

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

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

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

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