#BC8239

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

Shades of Marigold #BC8239

Tints of Marigold #BC8239

Color information

#BC8239 (or 0xBC8239) is unknown color: approx Marigold. HEX triplet: BC, 82 and 39. RGB value is (188,130,57). Sum of RGB (Red+Green+Blue) = 188+130+57=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8239 is #437DC6. Grayscale: #8B8B8B. Windows color (decimal): -4423111 or 3769020. OLE color: 3769020.

HSL color Cylindrical-coordinate representation of color #BC8239: hue angle of 33.44º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC8239 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18813057-
CMYK00.310.700.26
HSL33.44º53.47%48.04%-
HSV(B)33.44º69.68%73.73%-
XYZ29.4626.957.52-
YUV139.0281.72162.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 57 (22.66% from 255) = 15.2%
R=50.13%
G=34.67%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881305700.310.700.2633.4453.4748.04
HexBC823901F461A213530
Octal2742027103710632416560
Binary1011110010000010111001011111100011011010100001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8239; }

 p { color: rgb(188,130,57); }

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

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

 a { background-color: rgb(188,130,57); }

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

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

 span { border-color: rgb(188,130,57); }

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