#BCB792

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

Shades of Coriander #BCB792

Tints of Coriander #BCB792

Color information

#BCB792 (or 0xBCB792) is unknown color: approx Coriander. HEX triplet: BC, B7 and 92. RGB value is (188,183,146). Sum of RGB (Red+Green+Blue) = 188+183+146=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB792 is #43486D. Grayscale: #B4B4B4. Windows color (decimal): -4409454 or 9615292. OLE color: 9615292.

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

Color convert

RGB188183146-
CMYK00.030.220.26
HSL52.86º23.86%65.49%-
HSV(B)52.86º22.34%73.73%-
XYZ42.8646.6333.94-
YUV180.28108.66133.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=36.36%
G=35.40%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818314600.030.220.2652.8623.8665.49
HexBCB79203161A351841
Octal2742672220326326530101
Binary1011110010110111100100100111011011010110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB792; }

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

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

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

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

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

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

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

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