#BB8644

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

Shades of Marigold #BB8644

Tints of Marigold #BB8644

Color information

#BB8644 (or 0xBB8644) is unknown color: approx Marigold. HEX triplet: BB, 86 and 44. RGB value is (187,134,68). Sum of RGB (Red+Green+Blue) = 187+134+68=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8644 is #4479BB. Grayscale: #8E8E8E. Windows color (decimal): -4487612 or 4490939. OLE color: 4490939.

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

Color convert

RGB18713468-
CMYK00.280.640.27
HSL33.28º46.67%50%-
HSV(B)33.28º63.64%73.33%-
XYZ30.0628.039.3-
YUV142.3286.06159.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 68 (26.95% from 255) = 17.48%
R=48.07%
G=34.45%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871346800.280.640.2733.2846.6750
HexBB864401C401B212f32
Octal27320610403410033415762
Binary10111011100001101000100011100100000011011100001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8644; }

 p { color: rgb(187,134,68); }

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

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

 a { background-color: rgb(187,134,68); }

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

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

 span { border-color: rgb(187,134,68); }

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