#BCB683

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

Shades of Coriander #BCB683

Tints of Coriander #BCB683

Color information

#BCB683 (or 0xBCB683) is unknown color: approx Coriander. HEX triplet: BC, B6 and 83. RGB value is (188,182,131). Sum of RGB (Red+Green+Blue) = 188+182+131=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB683 is #43497C. Grayscale: #B2B2B2. Windows color (decimal): -4409725 or 8631996. OLE color: 8631996.

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

Color convert

RGB188182131-
CMYK00.030.300.26
HSL53.68º29.84%62.55%-
HSV(B)53.68º30.32%73.73%-
XYZ41.5645.7928.12-
YUV177.98101.49135.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 182 (71.48% from 255) = 36.33%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=37.52%
G=36.33%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818213100.030.300.2653.6829.8462.55
HexBCB683031E1A361e3f
Octal274266203033632663677
Binary101111001011011010000011011111101101011011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB683; }

 p { color: rgb(188,182,131); }

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

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

 a { background-color: rgb(188,182,131); }

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

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

 span { border-color: rgb(188,182,131); }

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