Html Css Color HEX #B2852C Mandalay

📋 copy color: '#B2852C'

red 178 ◦ green 133 ◦ blue 44

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

Shades of Mandalay #B2852C

Tints of Mandalay #B2852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

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

R = 50.14%
G = 37.46%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2852C (or 0xB2852C) is known color: Mandalay. HEX triplet: B2, 85 and 2C. RGB value is (178,133,44). Sum of RGB (Red+Green+Blue) = 178+133+44=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2852C is #4D7AD3. Grayscale: #888888. Windows color (decimal): -5077716 or 2917810. OLE color: 2917810.

HSL color Cylindrical-coordinate representation of color #B2852C: hue angle of 39.85º 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 #B2852C is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 44 -
CMYK 0 0.25 0.75 0.30
HSL 39.85º 0.6% 0.44% -
HSV(B) 39.85º 0.75% 0.7% -
XYZ 27.2 26.42 6.05 -
YUV 136.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 178 133 44 0 0.25 0.75 0.30 39.85 0.6 0.44
Hex B2 85 2C 0 19 4B 1E 28 3C 2C
Octal 262 205 54 0 31 113 36 50 74 54
Binary 10110010 10000101 101100 0 11001 1001011 11110 101000 111100 101100

Color Harmonies of #B2852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2852C

Black with #B2852C

Text Example


Text Example

White with #B2852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2852C; }

 p { color: rgb(178,133,44); }

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

background-color css

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

 a { background-color: rgb(178,133,44); }

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

border-color css

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

 span { border-color: rgb(178,133,44); }

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