#BCB48D

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

Shades of Coriander #BCB48D

Tints of Coriander #BCB48D

Color information

#BCB48D (or 0xBCB48D) is unknown color: approx Coriander. HEX triplet: BC, B4 and 8D. RGB value is (188,180,141). Sum of RGB (Red+Green+Blue) = 188+180+141=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB48D is #434B72. Grayscale: #B2B2B2. Windows color (decimal): -4410227 or 9286844. OLE color: 9286844.

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

Color convert

RGB188180141-
CMYK00.040.250.26
HSL49.79º25.97%64.51%-
HSV(B)49.79º25%73.73%-
XYZ41.8745.2631.73-
YUV177.95107.15135.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=36.94%
G=35.36%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818014100.040.250.2649.7925.9764.51
HexBCB48D04191A321a41
Octal2742642150431326232101
Binary10111100101101001000110101001100111010110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB48D; }

 p { color: rgb(188,180,141); }

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

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

 a { background-color: rgb(188,180,141); }

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

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

 span { border-color: rgb(188,180,141); }

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