Html Css Color HEX #B4752F Mandalay

📋 copy color: '#B4752F'

red 180 ◦ green 117 ◦ blue 47

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

Shades of Mandalay #B4752F

Tints of Mandalay #B4752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.66%

R = 52.33%
G = 34.01%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B4752F (or 0xB4752F) is known color: Mandalay. HEX triplet: B4, 75 and 2F. RGB value is (180,117,47). Sum of RGB (Red+Green+Blue) = 180+117+47=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4752F is #4B8AD0. Grayscale: #808080. Windows color (decimal): -4950737 or 3110324. OLE color: 3110324.

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

Color convert

RGB 180 117 47 -
CMYK 0 0.35 0.74 0.29
HSL 31.58º 0.59% 0.45% -
HSV(B) 31.58º 0.74% 0.71% -
XYZ 25.7 22.63 5.7 -
YUV 127.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 180 117 47 0 0.35 0.74 0.29 31.58 0.59 0.45
Hex B4 75 2F 0 23 4A 1D 20 3B 2D
Octal 264 165 57 0 43 112 35 40 73 55
Binary 10110100 1110101 101111 0 100011 1001010 11101 100000 111011 101101

Color Harmonies of #B4752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4752F

Black with #B4752F

Text Example


Text Example

White with #B4752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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