#BCB68D

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

Shades of Coriander #BCB68D

Tints of Coriander #BCB68D

Color information

#BCB68D (or 0xBCB68D) is unknown color: approx Coriander. HEX triplet: BC, B6 and 8D. RGB value is (188,182,141). Sum of RGB (Red+Green+Blue) = 188+182+141=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB68D is #434972. Grayscale: #B3B3B3. Windows color (decimal): -4409715 or 9287356. OLE color: 9287356.

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

Color convert

RGB188182141-
CMYK00.030.250.26
HSL52.34º25.97%64.51%-
HSV(B)52.34º25%73.73%-
XYZ42.2746.0731.86-
YUV179.12106.49134.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=36.79%
G=35.62%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818214100.030.250.2652.3425.9764.51
HexBCB68D03191A341a41
Octal2742662150331326432101
Binary1011110010110110100011010111100111010110100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB68D; }

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

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

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

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

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

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

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

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