#BC8B43

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

Shades of Marigold #BC8B43

Tints of Marigold #BC8B43

Color information

#BC8B43 (or 0xBC8B43) is unknown color: approx Marigold. HEX triplet: BC, 8B and 43. RGB value is (188,139,67). Sum of RGB (Red+Green+Blue) = 188+139+67=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B43 is #4374BC. Grayscale: #919191. Windows color (decimal): -4420797 or 4426684. OLE color: 4426684.

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

Color convert

RGB18813967-
CMYK00.260.640.26
HSL35.7º47.45%50%-
HSV(B)35.7º64.36%73.73%-
XYZ30.9829.569.38-
YUV145.4483.73158.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 67 (26.56% from 255) = 17.01%
R=47.72%
G=35.28%
B=17.01%

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
Decimal1881396700.260.640.2635.747.4550
HexBC8B4301A401A242f32
Octal27421310303210032445762
Binary10111100100010111000011011010100000011010100100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B43; }

 p { color: rgb(188,139,67); }

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

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

 a { background-color: rgb(188,139,67); }

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

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

 span { border-color: rgb(188,139,67); }

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