Html Css Color HEX #B67731 Mandalay

📋 copy color: '#B67731'

red 182 ◦ green 119 ◦ blue 49

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

Shades of Mandalay #B67731

Tints of Mandalay #B67731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 52%
G = 34%
B = 14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B67731 (or 0xB67731) is known color: Mandalay. HEX triplet: B6, 77 and 31. RGB value is (182,119,49). Sum of RGB (Red+Green+Blue) = 182+119+49=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B67731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67731 is #4988CE. Grayscale: #828282. Windows color (decimal): -4819151 or 3241910. OLE color: 3241910.

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

Color convert

RGB 182 119 49 -
CMYK 0 0.35 0.73 0.29
HSL 31.58º 0.58% 0.45% -
HSV(B) 31.58º 0.73% 0.71% -
XYZ 26.44 23.36 6.02 -
YUV 129.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 182 119 49 0 0.35 0.73 0.29 31.58 0.58 0.45
Hex B6 77 31 0 23 49 1D 20 3A 2D
Octal 266 167 61 0 43 111 35 40 72 55
Binary 10110110 1110111 110001 0 100011 1001001 11101 100000 111010 101101

Color Harmonies of #B67731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67731

Black with #B67731

Text Example


Text Example

White with #B67731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67731; }

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

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

background-color css

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

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

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

border-color css

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

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

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