Html Css Color HEX #B68131 Mandalay

📋 copy color: '#B68131'

red 182 ◦ green 129 ◦ blue 49

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

Shades of Mandalay #B68131

Tints of Mandalay #B68131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.83%

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

R = 50.56%
G = 35.83%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B68131 (or 0xB68131) is known color: Mandalay. HEX triplet: B6, 81 and 31. RGB value is (182,129,49). Sum of RGB (Red+Green+Blue) = 182+129+49=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B68131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68131 is #497ECE. Grayscale: #888888. Windows color (decimal): -4816591 or 3244470. OLE color: 3244470.

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

Color convert

RGB 182 129 49 -
CMYK 0 0.29 0.73 0.29
HSL 36.09º 0.58% 0.45% -
HSV(B) 36.09º 0.73% 0.71% -
XYZ 27.7 25.87 6.44 -
YUV 135.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 182 129 49 0 0.29 0.73 0.29 36.09 0.58 0.45
Hex B6 81 31 0 1D 49 1D 24 3A 2D
Octal 266 201 61 0 35 111 35 44 72 55
Binary 10110110 10000001 110001 0 11101 1001001 11101 100100 111010 101101

Color Harmonies of #B68131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68131

Black with #B68131

Text Example


Text Example

White with #B68131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68131; }

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

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

background-color css

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

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

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

border-color css

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

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

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