#BC8C44

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

Shades of Marigold #BC8C44

Tints of Marigold #BC8C44

Color information

#BC8C44 (or 0xBC8C44) is unknown color: approx Marigold. HEX triplet: BC, 8C and 44. RGB value is (188,140,68). Sum of RGB (Red+Green+Blue) = 188+140+68=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C44 is #4373BB. Grayscale: #929292. Windows color (decimal): -4420540 or 4492476. OLE color: 4492476.

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

Color convert

RGB18814068-
CMYK00.260.640.26
HSL36º47.24%50.2%-
HSV(B)36º63.83%73.73%-
XYZ31.1629.869.59-
YUV146.1483.9157.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 68 (26.95% from 255) = 17.17%
R=47.47%
G=35.35%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881406800.260.640.263647.2450.2
HexBC8C4401A401A242f32
Octal27421410403210032445762
Binary10111100100011001000100011010100000011010100100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C44; }

 p { color: rgb(188,140,68); }

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

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

 a { background-color: rgb(188,140,68); }

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

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

 span { border-color: rgb(188,140,68); }

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