#BB873D

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

Shades of Marigold #BB873D

Tints of Marigold #BB873D

Color information

#BB873D (or 0xBB873D) is unknown color: approx Marigold. HEX triplet: BB, 87 and 3D. RGB value is (187,135,61). Sum of RGB (Red+Green+Blue) = 187+135+61=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB873D is #4478C2. Grayscale: #8E8E8E. Windows color (decimal): -4487363 or 4032443. OLE color: 4032443.

HSL color Cylindrical-coordinate representation of color #BB873D: hue angle of 35.24º degrees, saturation: 0.51, 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 #BB873D is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18713561-
CMYK00.280.670.27
HSL35.24º50.81%48.63%-
HSV(B)35.24º67.38%73.33%-
XYZ3028.238.28-
YUV142.1182.23160.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 61 (24.22% from 255) = 15.93%
R=48.83%
G=35.25%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871356100.280.670.2735.2450.8148.63
HexBB873D01C431B233331
Octal2732077503410333436361
Binary1011101110000111111101011100100001111011100011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB873D; }

 p { color: rgb(187,135,61); }

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

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

 a { background-color: rgb(187,135,61); }

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

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

 span { border-color: rgb(187,135,61); }

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