#BB8B44

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

Shades of Marigold #BB8B44

Tints of Marigold #BB8B44

Color information

#BB8B44 (or 0xBB8B44) is unknown color: approx Marigold. HEX triplet: BB, 8B and 44. RGB value is (187,139,68). Sum of RGB (Red+Green+Blue) = 187+139+68=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B44 is #4474BB. Grayscale: #919191. Windows color (decimal): -4486332 or 4492219. OLE color: 4492219.

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

Color convert

RGB18713968-
CMYK00.260.640.27
HSL35.8º46.67%50%-
HSV(B)35.8º63.64%73.33%-
XYZ30.7729.459.53-
YUV145.2684.4157.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 68 (26.95% from 255) = 17.26%
R=47.46%
G=35.28%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871396800.260.640.2735.846.6750
HexBB8B4401A401B242f32
Octal27321310403210033445762
Binary10111011100010111000100011010100000011011100100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B44; }

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

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

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

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

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

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

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

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