#BCB892

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

Shades of Coriander #BCB892

Tints of Coriander #BCB892

Color information

#BCB892 (or 0xBCB892) is unknown color: approx Coriander. HEX triplet: BC, B8 and 92. RGB value is (188,184,146). Sum of RGB (Red+Green+Blue) = 188+184+146=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB892 is #43476D. Grayscale: #B5B5B5. Windows color (decimal): -4409198 or 9615548. OLE color: 9615548.

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

Color convert

RGB188184146-
CMYK00.020.220.26
HSL54.29º23.86%65.49%-
HSV(B)54.29º22.34%73.73%-
XYZ43.0747.0534.01-
YUV180.86108.33133.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=36.29%
G=35.52%
B=28.19%

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
Decimal18818414600.020.220.2654.2923.8665.49
HexBCB89202161A361841
Octal2742702220226326630101
Binary1011110010111000100100100101011011010110110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB892; }

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

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

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

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

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

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

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

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