#BB8744

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

Shades of Marigold #BB8744

Tints of Marigold #BB8744

Color information

#BB8744 (or 0xBB8744) is unknown color: approx Marigold. HEX triplet: BB, 87 and 44. RGB value is (187,135,68). Sum of RGB (Red+Green+Blue) = 187+135+68=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8744 is #4478BB. Grayscale: #8F8F8F. Windows color (decimal): -4487356 or 4491195. OLE color: 4491195.

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

Color convert

RGB18713568-
CMYK00.280.640.27
HSL33.78º46.67%50%-
HSV(B)33.78º63.64%73.33%-
XYZ30.228.319.34-
YUV142.9185.73159.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 68 (26.95% from 255) = 17.44%
R=47.95%
G=34.62%
B=17.44%

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
Decimal1871356800.280.640.2733.7846.6750
HexBB874401C401B222f32
Octal27320710403410033425762
Binary10111011100001111000100011100100000011011100010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8744; }

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

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

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

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

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

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

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

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