#BFB58B

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

Shades of Coriander #BFB58B

Tints of Coriander #BFB58B

Color information

#BFB58B (or 0xBFB58B) is unknown color: approx Coriander. HEX triplet: BF, B5 and 8B. RGB value is (191,181,139). Sum of RGB (Red+Green+Blue) = 191+181+139=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB58B is #404A74. Grayscale: #B3B3B3. Windows color (decimal): -4213365 or 9156031. OLE color: 9156031.

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

Color convert

RGB191181139-
CMYK00.050.270.25
HSL48.46º28.89%64.71%-
HSV(B)48.46º27.23%74.9%-
XYZ42.6745.9931.05-
YUV179.2105.31136.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 181 (71.09% from 255) = 35.42%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=37.38%
G=35.42%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118113900.050.270.2548.4628.8964.71
HexBFB58B051B19301d41
Octal2772652130533316035101
Binary10111111101101011000101101011101111001110000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB58B; }

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

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

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

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

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

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

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

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