#BCB992

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

Shades of Coriander #BCB992

Tints of Coriander #BCB992

Color information

#BCB992 (or 0xBCB992) is unknown color: approx Coriander. HEX triplet: BC, B9 and 92. RGB value is (188,185,146). Sum of RGB (Red+Green+Blue) = 188+185+146=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB992 is #43466D. Grayscale: #B5B5B5. Windows color (decimal): -4408942 or 9615804. OLE color: 9615804.

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

Color convert

RGB188185146-
CMYK00.020.220.26
HSL55.71º23.86%65.49%-
HSV(B)55.71º22.34%73.73%-
XYZ43.2847.4634.07-
YUV181.45107.99132.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 185 (72.66% from 255) = 35.65%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=36.22%
G=35.65%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818514600.020.220.2655.7123.8665.49
HexBCB99202161A381841
Octal2742712220226327030101
Binary1011110010111001100100100101011011010111000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB992; }

 p { color: rgb(188,185,146); }

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

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

 a { background-color: rgb(188,185,146); }

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

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

 span { border-color: rgb(188,185,146); }

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