#BB8844

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

Shades of Marigold #BB8844

Tints of Marigold #BB8844

Color information

#BB8844 (or 0xBB8844) is unknown color: approx Marigold. HEX triplet: BB, 88 and 44. RGB value is (187,136,68). Sum of RGB (Red+Green+Blue) = 187+136+68=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8844 is #4477BB. Grayscale: #8F8F8F. Windows color (decimal): -4487100 or 4491451. OLE color: 4491451.

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

Color convert

RGB18713668-
CMYK00.270.640.27
HSL34.29º46.67%50%-
HSV(B)34.29º63.64%73.33%-
XYZ30.3428.599.39-
YUV143.585.4159.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 68 (26.95% from 255) = 17.39%
R=47.83%
G=34.78%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871366800.270.640.2734.2946.6750
HexBB884401B401B222f32
Octal27321010403310033425762
Binary10111011100010001000100011011100000011011100010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8844; }

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

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

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

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

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

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

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

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