#BCB483

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

Shades of Coriander #BCB483

Tints of Coriander #BCB483

Color information

#BCB483 (or 0xBCB483) is unknown color: approx Coriander. HEX triplet: BC, B4 and 83. RGB value is (188,180,131). Sum of RGB (Red+Green+Blue) = 188+180+131=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB483 is #434B7C. Grayscale: #B1B1B1. Windows color (decimal): -4410237 or 8631484. OLE color: 8631484.

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

Color convert

RGB188180131-
CMYK00.040.300.26
HSL51.58º29.84%62.55%-
HSV(B)51.58º30.32%73.73%-
XYZ41.1644.9727.98-
YUV176.81102.15135.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=37.68%
G=36.07%
B=26.25%

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
Decimal18818013100.040.300.2651.5829.8462.55
HexBCB483041E1A341e3f
Octal274264203043632643677
Binary1011110010110100100000110100111101101011010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB483; }

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

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

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

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

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

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

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

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