#BC8336

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

Shades of Marigold #BC8336

Tints of Marigold #BC8336

Color information

#BC8336 (or 0xBC8336) is unknown color: approx Marigold. HEX triplet: BC, 83 and 36. RGB value is (188,131,54). Sum of RGB (Red+Green+Blue) = 188+131+54=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8336 is #437CC9. Grayscale: #8B8B8B. Windows color (decimal): -4422858 or 3572668. OLE color: 3572668.

HSL color Cylindrical-coordinate representation of color #BC8336: hue angle of 34.48º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC8336 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18813154-
CMYK00.300.710.26
HSL34.48º55.37%47.45%-
HSV(B)34.48º71.28%73.73%-
XYZ29.5227.197.18-
YUV139.2679.88162.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.40%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=50.40%
G=35.12%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881315400.300.710.2634.4855.3747.45
HexBC833601E471A22372f
Octal2742036603610732426757
Binary1011110010000011110110011110100011111010100010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8336; }

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

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

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

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

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

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

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

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