#BFBC90

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

Shades of Coriander #BFBC90

Tints of Coriander #BFBC90

Color information

#BFBC90 (or 0xBFBC90) is unknown color: approx Coriander. HEX triplet: BF, BC and 90. RGB value is (191,188,144). Sum of RGB (Red+Green+Blue) = 191+188+144=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC90 is #40436F. Grayscale: #B8B8B8. Windows color (decimal): -4211568 or 9485503. OLE color: 9485503.

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

Color convert

RGB191188144-
CMYK00.020.250.25
HSL56.17º26.86%65.69%-
HSV(B)56.17º24.61%74.9%-
XYZ44.549.0633.51-
YUV183.88105.49133.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 144 (56.64% from 255) = 27.53%
R=36.52%
G=35.95%
B=27.53%

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
Decimal19118814400.020.250.2556.1726.8665.69
HexBFBC90021919381b42
Octal2772742200231317033102
Binary1011111110111100100100000101100111001111000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC90; }

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

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

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

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

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

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

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

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