#BB8A3C

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

Shades of Marigold #BB8A3C

Tints of Marigold #BB8A3C

Color information

#BB8A3C (or 0xBB8A3C) is unknown color: approx Marigold. HEX triplet: BB, 8A and 3C. RGB value is (187,138,60). Sum of RGB (Red+Green+Blue) = 187+138+60=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8A3C is #4475C3. Grayscale: #909090. Windows color (decimal): -4486596 or 3967675. OLE color: 3967675.

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

Color convert

RGB18713860-
CMYK00.260.680.27
HSL36.85º51.42%48.43%-
HSV(B)36.85º67.91%73.33%-
XYZ30.429.078.28-
YUV143.7680.73158.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 138 (54.30% from 255) = 35.84%
BLUE value IS 60 (23.83% from 255) = 15.58%
R=48.57%
G=35.84%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871386000.260.680.2736.8551.4248.43
HexBB8A3C01A441B253330
Octal2732127403210433456360
Binary1011101110001010111100011010100010011011100101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A3C; }

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

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

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

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

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

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

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

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