#BFB98F

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

Shades of Coriander #BFB98F

Tints of Coriander #BFB98F

Color information

#BFB98F (or 0xBFB98F) is unknown color: approx Coriander. HEX triplet: BF, B9 and 8F. RGB value is (191,185,143). Sum of RGB (Red+Green+Blue) = 191+185+143=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB98F is #404670. Grayscale: #B6B6B6. Windows color (decimal): -4212337 or 9419199. OLE color: 9419199.

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

Color convert

RGB191185143-
CMYK00.030.250.25
HSL52.5º27.27%65.49%-
HSV(B)52.5º25.13%74.9%-
XYZ43.7947.7632.9-
YUV182.01105.99134.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 185 (72.66% from 255) = 35.65%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=36.80%
G=35.65%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118514300.030.250.2552.527.2765.49
HexBFB98F031919341b41
Octal2772712170331316433101
Binary1011111110111001100011110111100111001110100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB98F; }

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

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

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

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

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

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

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

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