#bb8a41

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

Shades of Marigold #BB8A41

Tints of Marigold #BB8A41

Color information

#BB8A41 (or 0xBB8A41) is unknown color: approx Marigold. HEX triplet: BB, 8A and 41. RGB value is (187,138,65). Sum of RGB (Red+Green+Blue) = 187+138+65=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8A41 is #4475BE. Grayscale: #909090. Windows color (decimal): -4486591 or 4295355. OLE color: 4295355.

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

Color convert

RGB18713865-
CMYK00.260.650.27
HSL35.9º48.41%49.41%-
HSV(B)35.9º65.24%73.33%-
XYZ30.5429.129.01-
YUV144.3383.23158.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 65 (25.78% from 255) = 16.67%
R=47.95%
G=35.38%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871386500.260.650.2735.948.4149.41
HexBB8A4101A411B243031
Octal27321210103210133446061
Binary10111011100010101000001011010100000111011100100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb8a41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb8a41; }

 p { color: rgb(187,138,65); }

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

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

 a { background-color: rgb(187,138,65); }

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

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

 span { border-color: rgb(187,138,65); }

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