#BCB581

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

Shades of Coriander #BCB581

Tints of Coriander #BCB581

Color information

#BCB581 (or 0xBCB581) is unknown color: approx Coriander. HEX triplet: BC, B5 and 81. RGB value is (188,181,129). Sum of RGB (Red+Green+Blue) = 188+181+129=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB581 is #434A7E. Grayscale: #B1B1B1. Windows color (decimal): -4409983 or 8500668. OLE color: 8500668.

HSL color Cylindrical-coordinate representation of color #BCB581: hue angle of 52.88º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCB581 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB188181129-
CMYK00.040.310.26
HSL52.88º30.57%62.16%-
HSV(B)52.88º31.38%73.73%-
XYZ41.2345.3227.34-
YUV177.16100.82135.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 181 (71.09% from 255) = 36.35%
BLUE value IS 129 (50.78% from 255) = 25.90%
R=37.75%
G=36.35%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818112900.040.310.2652.8830.5762.16
HexBCB581041F1A351f3e
Octal274265201043732653776
Binary1011110010110101100000010100111111101011010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB581; }

 p { color: rgb(188,181,129); }

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

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

 a { background-color: rgb(188,181,129); }

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

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

 span { border-color: rgb(188,181,129); }

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