Html Css Color HEX #B5802D Mandalay

📋 copy color: '#B5802D'

red 181 ◦ green 128 ◦ blue 45

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

Shades of Mandalay #B5802D

Tints of Mandalay #B5802D

RGB

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

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

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

R = 51.13%
G = 36.16%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5802D (or 0xB5802D) is known color: Mandalay. HEX triplet: B5, 80 and 2D. RGB value is (181,128,45). Sum of RGB (Red+Green+Blue) = 181+128+45=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5802D is #4A7FD2. Grayscale: #868686. Windows color (decimal): -4882387 or 2982069. OLE color: 2982069.

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

Color convert

RGB 181 128 45 -
CMYK 0 0.29 0.75 0.29
HSL 36.62º 0.6% 0.44% -
HSV(B) 36.62º 0.75% 0.71% -
XYZ 27.25 25.45 5.96 -
YUV 134.39 77.56 161.25 -
System Red Green Blue C M Y K H S L
Decimal 181 128 45 0 0.29 0.75 0.29 36.62 0.6 0.44
Hex B5 80 2D 0 1D 4B 1D 25 3C 2C
Octal 265 200 55 0 35 113 35 45 74 54
Binary 10110101 10000000 101101 0 11101 1001011 11101 100101 111100 101100

Color Harmonies of #B5802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5802D

Black with #B5802D

Text Example


Text Example

White with #B5802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5802D; }

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

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

background-color css

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

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

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

border-color css

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

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

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