Html Css Color HEX #B0802E Mandalay

📋 copy color: '#B0802E'

red 176 ◦ green 128 ◦ blue 46

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

Shades of Mandalay #B0802E

Tints of Mandalay #B0802E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.14%

R = 50.29%
G = 36.57%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0802E (or 0xB0802E) is known color: Mandalay. HEX triplet: B0, 80 and 2E. RGB value is (176,128,46). Sum of RGB (Red+Green+Blue) = 176+128+46=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0802E is #4F7FD1. Grayscale: #858585. Windows color (decimal): -5210066 or 3047600. OLE color: 3047600.

HSL color Cylindrical-coordinate representation of color #B0802E: hue angle of 37.85º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0802E is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 128 46 -
CMYK 0 0.27 0.74 0.31
HSL 37.85º 0.59% 0.44% -
HSV(B) 37.85º 0.74% 0.69% -
XYZ 26.12 24.87 6.01 -
YUV 133 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 176 128 46 0 0.27 0.74 0.31 37.85 0.59 0.44
Hex B0 80 2E 0 1B 4A 1F 26 3B 2C
Octal 260 200 56 0 33 112 37 46 73 54
Binary 10110000 10000000 101110 0 11011 1001010 11111 100110 111011 101100

Color Harmonies of #B0802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0802E

Black with #B0802E

Text Example


Text Example

White with #B0802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0802E; }

 p { color: rgb(176,128,46); }

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

background-color css

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

 a { background-color: rgb(176,128,46); }

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

border-color css

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

 span { border-color: rgb(176,128,46); }

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