#BB8A3E

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

Shades of Marigold #BB8A3E

Tints of Marigold #BB8A3E

Color information

#BB8A3E (or 0xBB8A3E) is unknown color: approx Marigold. HEX triplet: BB, 8A and 3E. RGB value is (187,138,62). Sum of RGB (Red+Green+Blue) = 187+138+62=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8A3E is #4475C1. Grayscale: #909090. Windows color (decimal): -4486594 or 4098747. OLE color: 4098747.

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

Color convert

RGB18713862-
CMYK00.260.670.27
HSL36.48º50.2%48.82%-
HSV(B)36.48º66.84%73.33%-
XYZ30.4529.098.57-
YUV143.9981.73158.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 62 (24.61% from 255) = 16.02%
R=48.32%
G=35.66%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871386200.260.670.2736.4850.248.82
HexBB8A3E01A431B243231
Octal2732127603210333446261
Binary1011101110001010111110011010100001111011100100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A3E; }

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

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

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

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

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

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

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

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