Html Css Color HEX #B68232 Mandalay

📋 copy color: '#B68232'

red 182 ◦ green 130 ◦ blue 50

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

Shades of Mandalay #B68232

Tints of Mandalay #B68232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 50.28%
G = 35.91%
B = 13.81%

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

#B68232 (or 0xB68232) is known color: Mandalay. HEX triplet: B6, 82 and 32. RGB value is (182,130,50). Sum of RGB (Red+Green+Blue) = 182+130+50=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B68232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68232 is #497DCD. Grayscale: #888888. Windows color (decimal): -4816334 or 3310262. OLE color: 3310262.

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

Color convert

RGB 182 130 50 -
CMYK 0 0.29 0.73 0.29
HSL 36.36º 0.57% 0.45% -
HSV(B) 36.36º 0.73% 0.71% -
XYZ 27.85 26.14 6.6 -
YUV 136.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 182 130 50 0 0.29 0.73 0.29 36.36 0.57 0.45
Hex B6 82 32 0 1D 49 1D 24 39 2D
Octal 266 202 62 0 35 111 35 44 71 55
Binary 10110110 10000010 110010 0 11101 1001001 11101 100100 111001 101101

Color Harmonies of #B68232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68232

Black with #B68232

Text Example


Text Example

White with #B68232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68232; }

 p { color: rgb(182,130,50); }

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

background-color css

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

 a { background-color: rgb(182,130,50); }

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

border-color css

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

 span { border-color: rgb(182,130,50); }

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