#BB8638

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

Shades of Marigold #BB8638

Tints of Marigold #BB8638

Color information

#BB8638 (or 0xBB8638) is unknown color: approx Marigold. HEX triplet: BB, 86 and 38. RGB value is (187,134,56). Sum of RGB (Red+Green+Blue) = 187+134+56=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8638 is #4479C7. Grayscale: #8D8D8D. Windows color (decimal): -4487624 or 3704507. OLE color: 3704507.

HSL color Cylindrical-coordinate representation of color #BB8638: hue angle of 35.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB8638 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18713456-
CMYK00.280.700.27
HSL35.73º53.91%47.65%-
HSV(B)35.73º70.05%73.33%-
XYZ29.7327.97.56-
YUV140.9580.06160.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=49.60%
G=35.54%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871345600.280.700.2735.7353.9147.65
HexBB863801C461B243630
Octal2732067003410633446660
Binary1011101110000110111000011100100011011011100100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8638; }

 p { color: rgb(187,134,56); }

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

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

 a { background-color: rgb(187,134,56); }

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

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

 span { border-color: rgb(187,134,56); }

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