#BB843A

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

Shades of Marigold #BB843A

Tints of Marigold #BB843A

Color information

#BB843A (or 0xBB843A) is unknown color: approx Marigold. HEX triplet: BB, 84 and 3A. RGB value is (187,132,58). Sum of RGB (Red+Green+Blue) = 187+132+58=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB843A is #447BC5. Grayscale: #8C8C8C. Windows color (decimal): -4488134 or 3835067. OLE color: 3835067.

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

Color convert

RGB18713258-
CMYK00.290.690.27
HSL34.42º52.65%48.04%-
HSV(B)34.42º68.98%73.33%-
XYZ29.5127.377.73-
YUV140.0181.72161.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 58 (23.05% from 255) = 15.38%
R=49.60%
G=35.01%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871325800.290.690.2734.4252.6548.04
HexBB843A01D451B223530
Octal2732047203510533426560
Binary1011101110000100111010011101100010111011100010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB843A; }

 p { color: rgb(187,132,58); }

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

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

 a { background-color: rgb(187,132,58); }

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

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

 span { border-color: rgb(187,132,58); }

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