Html Css Color HEX #B2752E Mandalay

📋 copy color: '#B2752E'

red 178 ◦ green 117 ◦ blue 46

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

Shades of Mandalay #B2752E

Tints of Mandalay #B2752E

RGB

 RED value IS 178 (69.92% from 255) = 52.2%

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

 BLUE value IS 46 (18.36% from 255) = 13.49%

R = 52.2%
G = 34.31%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2752E (or 0xB2752E) is known color: Mandalay. HEX triplet: B2, 75 and 2E. RGB value is (178,117,46). Sum of RGB (Red+Green+Blue) = 178+117+46=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2752E is #4D8AD1. Grayscale: #7F7F7F. Windows color (decimal): -5081810 or 3044786. OLE color: 3044786.

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

Color convert

RGB 178 117 46 -
CMYK 0 0.34 0.74 0.30
HSL 32.27º 0.59% 0.44% -
HSV(B) 32.27º 0.74% 0.7% -
XYZ 25.21 22.38 5.58 -
YUV 127.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 178 117 46 0 0.34 0.74 0.30 32.27 0.59 0.44
Hex B2 75 2E 0 22 4A 1E 20 3B 2C
Octal 262 165 56 0 42 112 36 40 73 54
Binary 10110010 1110101 101110 0 100010 1001010 11110 100000 111011 101100

Color Harmonies of #B2752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2752E

Black with #B2752E

Text Example


Text Example

White with #B2752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2752E; }

 p { color: rgb(178,117,46); }

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

background-color css

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

 a { background-color: rgb(178,117,46); }

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

border-color css

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

 span { border-color: rgb(178,117,46); }

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