#BFB588

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

Shades of Coriander #BFB588

Tints of Coriander #BFB588

Color information

#BFB588 (or 0xBFB588) is unknown color: approx Coriander. HEX triplet: BF, B5 and 88. RGB value is (191,181,136). Sum of RGB (Red+Green+Blue) = 191+181+136=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB588 is #404A77. Grayscale: #B3B3B3. Windows color (decimal): -4213368 or 8959423. OLE color: 8959423.

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

Color convert

RGB191181136-
CMYK00.050.290.25
HSL49.09º30.05%64.12%-
HSV(B)49.09º28.8%74.9%-
XYZ42.4545.929.91-
YUV178.86103.81136.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=37.60%
G=35.63%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118113600.050.290.2549.0930.0564.12
HexBFB588051D19311e40
Octal2772652100535316136100
Binary10111111101101011000100001011110111001110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB588; }

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

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

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

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

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

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

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

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