Html Css Color HEX #B8802E Mandalay

📋 copy color: '#B8802E'

red 184 ◦ green 128 ◦ blue 46

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

Shades of Mandalay #B8802E

Tints of Mandalay #B8802E

RGB

 RED value IS 184 (72.27% from 255) = 51.4%

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

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

R = 51.4%
G = 35.75%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8802E (or 0xB8802E) is known color: Mandalay. HEX triplet: B8, 80 and 2E. RGB value is (184,128,46). Sum of RGB (Red+Green+Blue) = 184+128+46=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8802E is #477FD1. Grayscale: #878787. Windows color (decimal): -4685778 or 3047608. OLE color: 3047608.

HSL color Cylindrical-coordinate representation of color #B8802E: hue angle of 35.65º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8802E is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 128 46 -
CMYK 0 0.30 0.75 0.28
HSL 35.65º 0.6% 0.45% -
HSV(B) 35.65º 0.75% 0.72% -
XYZ 27.98 25.83 6.09 -
YUV 135.4 77.55 162.67 -
System Red Green Blue C M Y K H S L
Decimal 184 128 46 0 0.30 0.75 0.28 35.65 0.6 0.45
Hex B8 80 2E 0 1E 4B 1C 24 3C 2D
Octal 270 200 56 0 36 113 34 44 74 55
Binary 10111000 10000000 101110 0 11110 1001011 11100 100100 111100 101101

Color Harmonies of #B8802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8802E

Black with #B8802E

Text Example


Text Example

White with #B8802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8802E; }

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

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

background-color css

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

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

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

border-color css

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

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

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