#BCB484

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

Shades of Coriander #BCB484

Tints of Coriander #BCB484

Color information

#BCB484 (or 0xBCB484) is unknown color: approx Coriander. HEX triplet: BC, B4 and 84. RGB value is (188,180,132). Sum of RGB (Red+Green+Blue) = 188+180+132=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB484 is #434B7B. Grayscale: #B1B1B1. Windows color (decimal): -4410236 or 8697020. OLE color: 8697020.

HSL color Cylindrical-coordinate representation of color #BCB484: hue angle of 51.43º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB484 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB188180132-
CMYK00.040.300.26
HSL51.43º29.47%62.75%-
HSV(B)51.43º29.79%73.73%-
XYZ41.234528.34-
YUV176.92102.65135.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=37.6%
G=36%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818013200.040.300.2651.4329.4762.75
HexBCB484041E1A331d3f
Octal274264204043632633577
Binary1011110010110100100001000100111101101011001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB484; }

 p { color: rgb(188,180,132); }

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

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

 a { background-color: rgb(188,180,132); }

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

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

 span { border-color: rgb(188,180,132); }

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