#B7853A

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

Shades of Marigold #B7853A

Tints of Marigold #B7853A

Color information

#B7853A (or 0xB7853A) is unknown color: approx Marigold. HEX triplet: B7, 85 and 3A. RGB value is (183,133,58). Sum of RGB (Red+Green+Blue) = 183+133+58=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7853A is #487AC5. Grayscale: #8B8B8B. Windows color (decimal): -4750022 or 3835319. OLE color: 3835319.

HSL color Cylindrical-coordinate representation of color #B7853A: hue angle of 36º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7853A is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB18313358-
CMYK00.270.680.28
HSL36º51.87%47.25%-
HSV(B)36º68.31%71.76%-
XYZ28.6827.157.73-
YUV139.482.06159.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 58 (23.05% from 255) = 15.51%
R=48.93%
G=35.56%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831335800.270.680.283651.8747.25
HexB7853A01B441C24342f
Octal2672057203310434446457
Binary1011011110000101111010011011100010011100100100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7853A; }

 p { color: rgb(183,133,58); }

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

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

 a { background-color: rgb(183,133,58); }

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

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

 span { border-color: rgb(183,133,58); }

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