#BCB78E

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

Shades of Coriander #BCB78E

Tints of Coriander #BCB78E

Color information

#BCB78E (or 0xBCB78E) is unknown color: approx Coriander. HEX triplet: BC, B7 and 8E. RGB value is (188,183,142). Sum of RGB (Red+Green+Blue) = 188+183+142=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB78E is #434871. Grayscale: #B3B3B3. Windows color (decimal): -4409458 or 9353148. OLE color: 9353148.

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

Color convert

RGB188183142-
CMYK00.030.240.26
HSL53.48º25.56%64.71%-
HSV(B)53.48º24.47%73.73%-
XYZ42.5646.5132.33-
YUV179.82106.66133.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 183 (71.88% from 255) = 35.67%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=36.65%
G=35.67%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818314200.030.240.2653.4825.5664.71
HexBCB78E03181A351a41
Octal2742672160330326532101
Binary1011110010110111100011100111100011010110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB78E; }

 p { color: rgb(188,183,142); }

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

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

 a { background-color: rgb(188,183,142); }

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

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

 span { border-color: rgb(188,183,142); }

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