#BB8B40

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

Shades of Marigold #BB8B40

Tints of Marigold #BB8B40

Color information

#BB8B40 (or 0xBB8B40) is unknown color: approx Marigold. HEX triplet: BB, 8B and 40. RGB value is (187,139,64). Sum of RGB (Red+Green+Blue) = 187+139+64=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B40 is #4474BF. Grayscale: #919191. Windows color (decimal): -4486336 or 4230075. OLE color: 4230075.

HSL color Cylindrical-coordinate representation of color #BB8B40: hue angle of 36.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB8B40 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18713964-
CMYK00.260.660.27
HSL36.59º49%49.22%-
HSV(B)36.59º65.78%73.33%-
XYZ30.6529.48.91-
YUV144.882.4158.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 139 (54.69% from 255) = 35.64%
BLUE value IS 64 (25.39% from 255) = 16.41%
R=47.95%
G=35.64%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871396400.260.660.2736.594949.22
HexBB8B4001A421B253131
Octal27321310003210233456161
Binary10111011100010111000000011010100001011011100101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B40; }

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

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

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

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

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

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

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

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