Html Css Color HEX #B6802A Mandalay

📋 copy color: '#B6802A'

red 182 ◦ green 128 ◦ blue 42

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

Shades of Mandalay #B6802A

Tints of Mandalay #B6802A

RGB

 RED value IS 182 (71.48% from 255) = 51.7%

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

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

R = 51.7%
G = 36.36%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6802A (or 0xB6802A) is known color: Mandalay. HEX triplet: B6, 80 and 2A. RGB value is (182,128,42). Sum of RGB (Red+Green+Blue) = 182+128+42=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B6802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6802A is #497FD5. Grayscale: #868686. Windows color (decimal): -4816854 or 2785462. OLE color: 2785462.

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

Color convert

RGB 182 128 42 -
CMYK 0 0.30 0.77 0.29
HSL 36.86º 0.63% 0.44% -
HSV(B) 36.86º 0.77% 0.71% -
XYZ 27.43 25.55 5.68 -
YUV 134.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 182 128 42 0 0.30 0.77 0.29 36.86 0.63 0.44
Hex B6 80 2A 0 1E 4D 1D 25 3E 2C
Octal 266 200 52 0 36 115 35 45 76 54
Binary 10110110 10000000 101010 0 11110 1001101 11101 100101 111110 101100

Color Harmonies of #B6802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6802A

Black with #B6802A

Text Example


Text Example

White with #B6802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6802A; }

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

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

background-color css

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

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

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

border-color css

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

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

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