Html Css Color HEX #B5802A Mandalay

📋 copy color: '#B5802A'

red 181 ◦ green 128 ◦ blue 42

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

Shades of Mandalay #B5802A

Tints of Mandalay #B5802A

RGB

 RED value IS 181 (71.09% from 255) = 51.57%

 GREEN value IS 128 (50.39% from 255) = 36.47%

 BLUE value IS 42 (16.8% from 255) = 11.97%

R = 51.57%
G = 36.47%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5802A (or 0xB5802A) is known color: Mandalay. HEX triplet: B5, 80 and 2A. RGB value is (181,128,42). Sum of RGB (Red+Green+Blue) = 181+128+42=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B5802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5802A is #4A7FD5. Grayscale: #868686. Windows color (decimal): -4882390 or 2785461. OLE color: 2785461.

HSL color Cylindrical-coordinate representation of color #B5802A: hue angle of 37.12º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5802A is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 128 42 -
CMYK 0 0.29 0.77 0.29
HSL 37.12º 0.62% 0.44% -
HSV(B) 37.12º 0.77% 0.71% -
XYZ 27.19 25.43 5.67 -
YUV 134.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 181 128 42 0 0.29 0.77 0.29 37.12 0.62 0.44
Hex B5 80 2A 0 1D 4D 1D 25 3E 2C
Octal 265 200 52 0 35 115 35 45 76 54
Binary 10110101 10000000 101010 0 11101 1001101 11101 100101 111110 101100

Color Harmonies of #B5802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5802A

Black with #B5802A

Text Example


Text Example

White with #B5802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5802A; }

 p { color: rgb(181,128,42); }

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

background-color css

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

 a { background-color: rgb(181,128,42); }

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

border-color css

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

 span { border-color: rgb(181,128,42); }

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