#BB8538

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

Shades of Marigold #BB8538

Tints of Marigold #BB8538

Color information

#BB8538 (or 0xBB8538) is unknown color: approx Marigold. HEX triplet: BB, 85 and 38. RGB value is (187,133,56). Sum of RGB (Red+Green+Blue) = 187+133+56=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8538 is #447AC7. Grayscale: #8C8C8C. Windows color (decimal): -4487880 or 3704251. OLE color: 3704251.

HSL color Cylindrical-coordinate representation of color #BB8538: hue angle of 35.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB8538 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18713356-
CMYK00.290.700.27
HSL35.27º53.91%47.65%-
HSV(B)35.27º70.05%73.33%-
XYZ29.5927.637.51-
YUV140.3780.39161.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 56 (22.27% from 255) = 14.89%
R=49.73%
G=35.37%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871335600.290.700.2735.2753.9147.65
HexBB853801D461B233630
Octal2732057003510633436660
Binary1011101110000101111000011101100011011011100011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8538; }

 p { color: rgb(187,133,56); }

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

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

 a { background-color: rgb(187,133,56); }

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

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

 span { border-color: rgb(187,133,56); }

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