#BFB586

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

Shades of Coriander #BFB586

Tints of Coriander #BFB586

Color information

#BFB586 (or 0xBFB586) is unknown color: approx Coriander. HEX triplet: BF, B5 and 86. RGB value is (191,181,134). Sum of RGB (Red+Green+Blue) = 191+181+134=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB586 is #404A79. Grayscale: #B2B2B2. Windows color (decimal): -4213370 or 8828351. OLE color: 8828351.

HSL color Cylindrical-coordinate representation of color #BFB586: hue angle of 49.47º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB586 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191181134-
CMYK00.050.300.25
HSL49.47º30.81%63.73%-
HSV(B)49.47º29.84%74.9%-
XYZ42.3145.8529.17-
YUV178.63102.81136.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=37.75%
G=35.77%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118113400.050.300.2549.4730.8163.73
HexBFB586051E19311f40
Octal2772652060536316137100
Binary10111111101101011000011001011111011001110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB586; }

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

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

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

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

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

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

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

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