#B5833E

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

Shades of Marigold #B5833E

Tints of Marigold #B5833E

Color information

#B5833E (or 0xB5833E) is unknown color: approx Marigold. HEX triplet: B5, 83 and 3E. RGB value is (181,131,62). Sum of RGB (Red+Green+Blue) = 181+131+62=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5833E is #4A7CC1. Grayscale: #8A8A8A. Windows color (decimal): -4881602 or 4096949. OLE color: 4096949.

HSL color Cylindrical-coordinate representation of color #B5833E: hue angle of 34.79º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5833E is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18113162-
CMYK00.280.660.29
HSL34.79º48.97%47.65%-
HSV(B)34.79º65.75%70.98%-
XYZ28.0426.48.18-
YUV138.0885.07158.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 62 (24.61% from 255) = 16.58%
R=48.40%
G=35.03%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811316200.280.660.2934.7948.9747.65
HexB5833E01C421D233130
Octal2652037603410235436160
Binary1011010110000011111110011100100001011101100011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5833E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5833E; }

 p { color: rgb(181,131,62); }

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

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

 a { background-color: rgb(181,131,62); }

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

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

 span { border-color: rgb(181,131,62); }

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