Html Css Color HEX #B0822C Mandalay

📋 copy color: '#B0822C'

red 176 ◦ green 130 ◦ blue 44

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

Shades of Mandalay #B0822C

Tints of Mandalay #B0822C

RGB

 RED value IS 176 (69.14% from 255) = 50.29%

 GREEN value IS 130 (51.17% from 255) = 37.14%

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

R = 50.29%
G = 37.14%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0822C (or 0xB0822C) is known color: Mandalay. HEX triplet: B0, 82 and 2C. RGB value is (176,130,44). Sum of RGB (Red+Green+Blue) = 176+130+44=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0822C is #4F7DD3. Grayscale: #868686. Windows color (decimal): -5209556 or 2917040. OLE color: 2917040.

HSL color Cylindrical-coordinate representation of color #B0822C: hue angle of 39.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0822C is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 44 -
CMYK 0 0.26 0.75 0.31
HSL 39.09º 0.6% 0.43% -
HSV(B) 39.09º 0.75% 0.69% -
XYZ 26.34 25.38 5.89 -
YUV 133.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 176 130 44 0 0.26 0.75 0.31 39.09 0.6 0.43
Hex B0 82 2C 0 1A 4B 1F 27 3C 2B
Octal 260 202 54 0 32 113 37 47 74 53
Binary 10110000 10000010 101100 0 11010 1001011 11111 100111 111100 101011

Color Harmonies of #B0822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0822C

Black with #B0822C

Text Example


Text Example

White with #B0822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0822C; }

 p { color: rgb(176,130,44); }

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

background-color css

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

 a { background-color: rgb(176,130,44); }

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

border-color css

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

 span { border-color: rgb(176,130,44); }

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