#BFB886

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

Shades of Coriander #BFB886

Tints of Coriander #BFB886

Color information

#BFB886 (or 0xBFB886) is unknown color: approx Coriander. HEX triplet: BF, B8 and 86. RGB value is (191,184,134). Sum of RGB (Red+Green+Blue) = 191+184+134=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB886 is #404779. Grayscale: #B4B4B4. Windows color (decimal): -4212602 or 8829119. OLE color: 8829119.

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

Color convert

RGB191184134-
CMYK00.040.300.25
HSL52.63º30.81%63.73%-
HSV(B)52.63º29.84%74.9%-
XYZ42.9347.0829.38-
YUV180.39101.82135.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 134 (52.73% from 255) = 26.33%
R=37.52%
G=36.15%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118413400.040.300.2552.6330.8163.73
HexBFB886041E19351f40
Octal2772702060436316537100
Binary10111111101110001000011001001111011001110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB886; }

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

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

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

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

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

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

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

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