#BB8436

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

Shades of Marigold #BB8436

Tints of Marigold #BB8436

Color information

#BB8436 (or 0xBB8436) is unknown color: approx Marigold. HEX triplet: BB, 84 and 36. RGB value is (187,132,54). Sum of RGB (Red+Green+Blue) = 187+132+54=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8436 is #447BC9. Grayscale: #8B8B8B. Windows color (decimal): -4488138 or 3572923. OLE color: 3572923.

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

Color convert

RGB18713254-
CMYK00.290.710.27
HSL35.19º55.19%47.25%-
HSV(B)35.19º71.12%73.33%-
XYZ29.4127.337.22-
YUV139.5579.72161.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=50.13%
G=35.39%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871325400.290.710.2735.1955.1947.25
HexBB843601D471B23372f
Octal2732046603510733436757
Binary1011101110000100110110011101100011111011100011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8436; }

 p { color: rgb(187,132,54); }

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

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

 a { background-color: rgb(187,132,54); }

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

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

 span { border-color: rgb(187,132,54); }

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