#BB8443

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

Shades of Marigold #BB8443

Tints of Marigold #BB8443

Color information

#BB8443 (or 0xBB8443) is unknown color: approx Marigold. HEX triplet: BB, 84 and 43. RGB value is (187,132,67). Sum of RGB (Red+Green+Blue) = 187+132+67=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8443 is #447BBC. Grayscale: #8D8D8D. Windows color (decimal): -4488125 or 4424891. OLE color: 4424891.

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

Color convert

RGB18713267-
CMYK00.290.640.27
HSL32.5º47.24%49.8%-
HSV(B)32.5º64.17%73.33%-
XYZ29.7627.479.04-
YUV141.0486.22160.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 67 (26.56% from 255) = 17.36%
R=48.45%
G=34.20%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871326700.290.640.2732.547.2449.8
HexBB844301D401B212f32
Octal27320410303510033415762
Binary10111011100001001000011011101100000011011100001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8443; }

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

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

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

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

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

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

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

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