Html Css Color HEX #B68331 Mandalay

📋 copy color: '#B68331'

red 182 ◦ green 131 ◦ blue 49

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

Shades of Mandalay #B68331

Tints of Mandalay #B68331

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

 BLUE value IS 49 (19.53% from 255) = 13.54%

R = 50.28%
G = 36.19%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B68331 (or 0xB68331) is known color: Mandalay. HEX triplet: B6, 83 and 31. RGB value is (182,131,49). Sum of RGB (Red+Green+Blue) = 182+131+49=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B68331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68331 is #497CCE. Grayscale: #898989. Windows color (decimal): -4816079 or 3244982. OLE color: 3244982.

HSL color Cylindrical-coordinate representation of color #B68331: hue angle of 36.99º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B68331 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 131 49 -
CMYK 0 0.28 0.73 0.29
HSL 36.99º 0.58% 0.45% -
HSV(B) 36.99º 0.73% 0.71% -
XYZ 27.96 26.4 6.53 -
YUV 136.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 182 131 49 0 0.28 0.73 0.29 36.99 0.58 0.45
Hex B6 83 31 0 1C 49 1D 25 3A 2D
Octal 266 203 61 0 34 111 35 45 72 55
Binary 10110110 10000011 110001 0 11100 1001001 11101 100101 111010 101101

Color Harmonies of #B68331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68331

Black with #B68331

Text Example


Text Example

White with #B68331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68331; }

 p { color: rgb(182,131,49); }

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

background-color css

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

 a { background-color: rgb(182,131,49); }

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

border-color css

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

 span { border-color: rgb(182,131,49); }

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