#BCB78F

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

Shades of Coriander #BCB78F

Tints of Coriander #BCB78F

Color information

#BCB78F (or 0xBCB78F) is unknown color: approx Coriander. HEX triplet: BC, B7 and 8F. RGB value is (188,183,143). Sum of RGB (Red+Green+Blue) = 188+183+143=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB78F is #434870. Grayscale: #B4B4B4. Windows color (decimal): -4409457 or 9418684. OLE color: 9418684.

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

Color convert

RGB188183143-
CMYK00.030.240.26
HSL53.33º25.14%64.9%-
HSV(B)53.33º23.94%73.73%-
XYZ42.6346.5432.72-
YUV179.93107.16133.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 183 (71.88% from 255) = 35.60%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=36.58%
G=35.60%
B=27.82%

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
Decimal18818314300.030.240.2653.3325.1464.9
HexBCB78F03181A351941
Octal2742672170330326531101
Binary1011110010110111100011110111100011010110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB78F; }

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

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

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

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

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

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

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

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