#BCB88F

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

Shades of Coriander #BCB88F

Tints of Coriander #BCB88F

Color information

#BCB88F (or 0xBCB88F) is unknown color: approx Coriander. HEX triplet: BC, B8 and 8F. RGB value is (188,184,143). Sum of RGB (Red+Green+Blue) = 188+184+143=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB88F is #434770. Grayscale: #B4B4B4. Windows color (decimal): -4409201 or 9418940. OLE color: 9418940.

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

Color convert

RGB188184143-
CMYK00.020.240.26
HSL54.67º25.14%64.9%-
HSV(B)54.67º23.94%73.73%-
XYZ42.8446.9632.79-
YUV180.52106.83133.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=36.50%
G=35.73%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818414300.020.240.2654.6725.1464.9
HexBCB88F02181A371941
Octal2742702170230326731101
Binary1011110010111000100011110101100011010110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB88F; }

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

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

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

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

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

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

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

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