Html Css Color HEX #B8802A Mandalay

📋 copy color: '#B8802A'

red 184 ◦ green 128 ◦ blue 42

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

Shades of Mandalay #B8802A

Tints of Mandalay #B8802A

RGB

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

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

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

R = 51.98%
G = 36.16%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8802A (or 0xB8802A) is known color: Mandalay. HEX triplet: B8, 80 and 2A. RGB value is (184,128,42). Sum of RGB (Red+Green+Blue) = 184+128+42=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B8802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8802A is #477FD5. Grayscale: #878787. Windows color (decimal): -4685782 or 2785464. OLE color: 2785464.

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

Color convert

RGB 184 128 42 -
CMYK 0 0.30 0.77 0.28
HSL 36.34º 0.63% 0.44% -
HSV(B) 36.34º 0.77% 0.72% -
XYZ 27.9 25.8 5.7 -
YUV 134.94 75.55 162.99 -
System Red Green Blue C M Y K H S L
Decimal 184 128 42 0 0.30 0.77 0.28 36.34 0.63 0.44
Hex B8 80 2A 0 1E 4D 1C 24 3F 2C
Octal 270 200 52 0 36 115 34 44 77 54
Binary 10111000 10000000 101010 0 11110 1001101 11100 100100 111111 101100

Color Harmonies of #B8802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8802A

Black with #B8802A

Text Example


Text Example

White with #B8802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8802A; }

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

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

background-color css

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

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

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

border-color css

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

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

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