Html Css Color HEX #B5802F Mandalay

📋 copy color: '#B5802F'

red 181 ◦ green 128 ◦ blue 47

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

Shades of Mandalay #B5802F

Tints of Mandalay #B5802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 50.84%
G = 35.96%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5802F (or 0xB5802F) is known color: Mandalay. HEX triplet: B5, 80 and 2F. RGB value is (181,128,47). Sum of RGB (Red+Green+Blue) = 181+128+47=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5802F is #4A7FD0. Grayscale: #868686. Windows color (decimal): -4882385 or 3113141. OLE color: 3113141.

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

Color convert

RGB 181 128 47 -
CMYK 0 0.29 0.74 0.29
HSL 36.27º 0.59% 0.45% -
HSV(B) 36.27º 0.74% 0.71% -
XYZ 27.29 25.47 6.17 -
YUV 134.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 181 128 47 0 0.29 0.74 0.29 36.27 0.59 0.45
Hex B5 80 2F 0 1D 4A 1D 24 3B 2D
Octal 265 200 57 0 35 112 35 44 73 55
Binary 10110101 10000000 101111 0 11101 1001010 11101 100100 111011 101101

Color Harmonies of #B5802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5802F

Black with #B5802F

Text Example


Text Example

White with #B5802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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