Html Css Color HEX #B4752D Mandalay

📋 copy color: '#B4752D'

red 180 ◦ green 117 ◦ blue 45

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

Shades of Mandalay #B4752D

Tints of Mandalay #B4752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 52.63%
G = 34.21%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4752D (or 0xB4752D) is known color: Mandalay. HEX triplet: B4, 75 and 2D. RGB value is (180,117,45). Sum of RGB (Red+Green+Blue) = 180+117+45=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4752D is #4B8AD2. Grayscale: #7F7F7F. Windows color (decimal): -4950739 or 2979252. OLE color: 2979252.

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

Color convert

RGB 180 117 45 -
CMYK 0 0.35 0.75 0.29
HSL 32º 0.6% 0.44% -
HSV(B) 32º 0.75% 0.71% -
XYZ 25.66 22.62 5.5 -
YUV 127.63 81.37 165.35 -
System Red Green Blue C M Y K H S L
Decimal 180 117 45 0 0.35 0.75 0.29 32 0.6 0.44
Hex B4 75 2D 0 23 4B 1D 20 3C 2C
Octal 264 165 55 0 43 113 35 40 74 54
Binary 10110100 1110101 101101 0 100011 1001011 11101 100000 111100 101100

Color Harmonies of #B4752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4752D

Black with #B4752D

Text Example


Text Example

White with #B4752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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