#B4833B

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

Shades of Marigold #B4833B

Tints of Marigold #B4833B

Color information

#B4833B (or 0xB4833B) is unknown color: approx Marigold. HEX triplet: B4, 83 and 3B. RGB value is (180,131,59). Sum of RGB (Red+Green+Blue) = 180+131+59=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4833B is #4B7CC4. Grayscale: #898989. Windows color (decimal): -4947141 or 3900340. OLE color: 3900340.

HSL color Cylindrical-coordinate representation of color #B4833B: hue angle of 35.7º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4833B is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB18013159-
CMYK00.270.670.29
HSL35.7º50.63%46.86%-
HSV(B)35.7º67.22%70.59%-
XYZ27.7326.257.74-
YUV137.4483.73158.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 59 (23.44% from 255) = 15.95%
R=48.65%
G=35.41%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801315900.270.670.2935.750.6346.86
HexB4833B01B431D24332f
Octal2642037303310335446357
Binary1011010010000011111011011011100001111101100100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4833B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4833B; }

 p { color: rgb(180,131,59); }

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

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

 a { background-color: rgb(180,131,59); }

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

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

 span { border-color: rgb(180,131,59); }

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