#b4792c

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

Shades of Mandalay #B4792C

Tints of Mandalay #B4792C

Color information

#B4792C (or 0xB4792C) is unknown color: approx Mandalay. HEX triplet: B4, 79 and 2C. RGB value is (180,121,44). Sum of RGB (Red+Green+Blue) = 180+121+44=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4792C is #4B86D3. Grayscale: #828282. Windows color (decimal): -4949716 or 2914740. OLE color: 2914740.

HSL color Cylindrical-coordinate representation of color #B4792C: hue angle of 33.97º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4792C is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18012144-
CMYK00.330.760.29
HSL33.97º60.71%43.92%-
HSV(B)33.97º75.56%70.59%-
XYZ26.1123.565.55-
YUV129.8679.55163.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 44 (17.58% from 255) = 12.75%
R=52.17%
G=35.07%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801214400.330.760.2933.9760.7143.92
HexB4792C0214C1D223d2c
Octal2641715404111435427554
Binary1011010011110011011000100001100110011101100010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4792c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4792c; }

 p { color: rgb(180,121,44); }

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

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

 a { background-color: rgb(180,121,44); }

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

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

 span { border-color: rgb(180,121,44); }

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