Html Css Color HEX #B78231 Mandalay

📋 copy color: '#B78231'

red 183 ◦ green 130 ◦ blue 49

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

Shades of Mandalay #B78231

Tints of Mandalay #B78231

RGB

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

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

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

R = 50.55%
G = 35.91%
B = 13.54%

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

#B78231 (or 0xB78231) is known color: Mandalay. HEX triplet: B7, 82 and 31. RGB value is (183,130,49). Sum of RGB (Red+Green+Blue) = 183+130+49=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B78231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78231 is #487DCE. Grayscale: #888888. Windows color (decimal): -4750799 or 3244727. OLE color: 3244727.

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

Color convert

RGB 183 130 49 -
CMYK 0 0.29 0.73 0.28
HSL 36.27º 0.58% 0.45% -
HSV(B) 36.27º 0.73% 0.72% -
XYZ 28.07 26.25 6.49 -
YUV 136.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 183 130 49 0 0.29 0.73 0.28 36.27 0.58 0.45
Hex B7 82 31 0 1D 49 1C 24 3A 2D
Octal 267 202 61 0 35 111 34 44 72 55
Binary 10110111 10000010 110001 0 11101 1001001 11100 100100 111010 101101

Color Harmonies of #B78231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78231

Black with #B78231

Text Example


Text Example

White with #B78231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78231; }

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

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

background-color css

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

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

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

border-color css

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

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

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