#BFB98B

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

Shades of Coriander #BFB98B

Tints of Coriander #BFB98B

Color information

#BFB98B (or 0xBFB98B) is unknown color: approx Coriander. HEX triplet: BF, B9 and 8B. RGB value is (191,185,139). Sum of RGB (Red+Green+Blue) = 191+185+139=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB98B is #404674. Grayscale: #B5B5B5. Windows color (decimal): -4212341 or 9157055. OLE color: 9157055.

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

Color convert

RGB191185139-
CMYK00.030.270.25
HSL53.08º28.89%64.71%-
HSV(B)53.08º27.23%74.9%-
XYZ43.547.6431.33-
YUV181.55103.99134.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=37.09%
G=35.92%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118513900.030.270.2553.0828.8964.71
HexBFB98B031B19351d41
Octal2772712130333316535101
Binary1011111110111001100010110111101111001110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB98B; }

 p { color: rgb(191,185,139); }

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

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

 a { background-color: rgb(191,185,139); }

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

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

 span { border-color: rgb(191,185,139); }

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