Html Css Color HEX #B68431 Mandalay

📋 copy color: '#B68431'

red 182 ◦ green 132 ◦ blue 49

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

Shades of Mandalay #B68431

Tints of Mandalay #B68431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 50.14%
G = 36.36%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B68431 (or 0xB68431) is known color: Mandalay. HEX triplet: B6, 84 and 31. RGB value is (182,132,49). Sum of RGB (Red+Green+Blue) = 182+132+49=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B68431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68431 is #497BCE. Grayscale: #898989. Windows color (decimal): -4815823 or 3245238. OLE color: 3245238.

HSL color Cylindrical-coordinate representation of color #B68431: hue angle of 37.44º 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 #B68431 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 132 49 -
CMYK 0 0.27 0.73 0.29
HSL 37.44º 0.58% 0.45% -
HSV(B) 37.44º 0.73% 0.71% -
XYZ 28.1 26.67 6.57 -
YUV 137.49 78.07 159.75 -
System Red Green Blue C M Y K H S L
Decimal 182 132 49 0 0.27 0.73 0.29 37.44 0.58 0.45
Hex B6 84 31 0 1B 49 1D 25 3A 2D
Octal 266 204 61 0 33 111 35 45 72 55
Binary 10110110 10000100 110001 0 11011 1001001 11101 100101 111010 101101

Color Harmonies of #B68431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68431

Black with #B68431

Text Example


Text Example

White with #B68431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68431; }

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

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

background-color css

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

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

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

border-color css

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

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

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