Html Css Color HEX #B4752C Mandalay

📋 copy color: '#B4752C'

red 180 ◦ green 117 ◦ blue 44

#B4752C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandalay #B4752C

Tints of Mandalay #B4752C

RGB

 RED value IS 180 (70.7% from 255) = 52.79%

 GREEN value IS 117 (46.09% from 255) = 34.31%

 BLUE value IS 44 (17.58% from 255) = 12.9%

R = 52.79%
G = 34.31%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4752C (or 0xB4752C) is known color: Mandalay. HEX triplet: B4, 75 and 2C. RGB value is (180,117,44). Sum of RGB (Red+Green+Blue) = 180+117+44=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4752C is #4B8AD3. Grayscale: #7F7F7F. Windows color (decimal): -4950740 or 2913716. OLE color: 2913716.

HSL color Cylindrical-coordinate representation of color #B4752C: hue angle of 32.21º 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 #B4752C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 117 44 -
CMYK 0 0.35 0.76 0.29
HSL 32.21º 0.61% 0.44% -
HSV(B) 32.21º 0.76% 0.71% -
XYZ 25.64 22.61 5.4 -
YUV 127.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 180 117 44 0 0.35 0.76 0.29 32.21 0.61 0.44
Hex B4 75 2C 0 23 4C 1D 20 3D 2C
Octal 264 165 54 0 43 114 35 40 75 54
Binary 10110100 1110101 101100 0 100011 1001100 11101 100000 111101 101100

Color Harmonies of #B4752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4752C

Black with #B4752C

Text Example


Text Example

White with #B4752C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4752C; }

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

 H1.HeaderClassName
 {
   color: #B4752C;
 }
 .AnyTagClassName
 {
   color: #B4752C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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