Html Css Color HEX #B78232 Mandalay

📋 copy color: '#B78232'

red 183 ◦ green 130 ◦ blue 50

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

Shades of Mandalay #B78232

Tints of Mandalay #B78232

RGB

 RED value IS 183 (71.88% from 255) = 50.41%

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

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

R = 50.41%
G = 35.81%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B78232 (or 0xB78232) is known color: Mandalay. HEX triplet: B7, 82 and 32. RGB value is (183,130,50). Sum of RGB (Red+Green+Blue) = 183+130+50=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B78232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78232 is #487DCD. Grayscale: #898989. Windows color (decimal): -4750798 or 3310263. OLE color: 3310263.

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

Color convert

RGB 183 130 50 -
CMYK 0 0.29 0.73 0.28
HSL 36.09º 0.57% 0.46% -
HSV(B) 36.09º 0.73% 0.72% -
XYZ 28.09 26.26 6.61 -
YUV 136.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 183 130 50 0 0.29 0.73 0.28 36.09 0.57 0.46
Hex B7 82 32 0 1D 49 1C 24 39 2E
Octal 267 202 62 0 35 111 34 44 71 56
Binary 10110111 10000010 110010 0 11101 1001001 11100 100100 111001 101110

Color Harmonies of #B78232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78232

Black with #B78232

Text Example


Text Example

White with #B78232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78232; }

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

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

background-color css

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

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

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

border-color css

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

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

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