Html Css Color HEX #B3752D Mandalay

📋 copy color: '#B3752D'

red 179 ◦ green 117 ◦ blue 45

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

Shades of Mandalay #B3752D

Tints of Mandalay #B3752D

RGB

 RED value IS 179 (70.31% from 255) = 52.49%

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

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

R = 52.49%
G = 34.31%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3752D (or 0xB3752D) is known color: Mandalay. HEX triplet: B3, 75 and 2D. RGB value is (179,117,45). Sum of RGB (Red+Green+Blue) = 179+117+45=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3752D is #4C8AD2. Grayscale: #7F7F7F. Windows color (decimal): -5016275 or 2979251. OLE color: 2979251.

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

Color convert

RGB 179 117 45 -
CMYK 0 0.35 0.75 0.30
HSL 32.24º 0.6% 0.44% -
HSV(B) 32.24º 0.75% 0.7% -
XYZ 25.43 22.5 5.48 -
YUV 127.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 179 117 45 0 0.35 0.75 0.30 32.24 0.6 0.44
Hex B3 75 2D 0 23 4B 1E 20 3C 2C
Octal 263 165 55 0 43 113 36 40 74 54
Binary 10110011 1110101 101101 0 100011 1001011 11110 100000 111100 101100

Color Harmonies of #B3752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3752D

Black with #B3752D

Text Example


Text Example

White with #B3752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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