Html Css Color HEX #B6802C Mandalay

📋 copy color: '#B6802C'

red 182 ◦ green 128 ◦ blue 44

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

Shades of Mandalay #B6802C

Tints of Mandalay #B6802C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.43%

R = 51.41%
G = 36.16%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6802C (or 0xB6802C) is known color: Mandalay. HEX triplet: B6, 80 and 2C. RGB value is (182,128,44). Sum of RGB (Red+Green+Blue) = 182+128+44=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B6802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6802C is #497FD3. Grayscale: #868686. Windows color (decimal): -4816852 or 2916534. OLE color: 2916534.

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

Color convert

RGB 182 128 44 -
CMYK 0 0.30 0.76 0.29
HSL 36.52º 0.61% 0.44% -
HSV(B) 36.52º 0.76% 0.71% -
XYZ 27.47 25.57 5.87 -
YUV 134.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 182 128 44 0 0.30 0.76 0.29 36.52 0.61 0.44
Hex B6 80 2C 0 1E 4C 1D 25 3D 2C
Octal 266 200 54 0 36 114 35 45 75 54
Binary 10110110 10000000 101100 0 11110 1001100 11101 100101 111101 101100

Color Harmonies of #B6802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6802C

Black with #B6802C

Text Example


Text Example

White with #B6802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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