Html Css Color HEX #B7832A Mandalay

📋 copy color: '#B7832A'

red 183 ◦ green 131 ◦ blue 42

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

Shades of Mandalay #B7832A

Tints of Mandalay #B7832A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 51.4%
G = 36.8%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7832A (or 0xB7832A) is known color: Mandalay. HEX triplet: B7, 83 and 2A. RGB value is (183,131,42). Sum of RGB (Red+Green+Blue) = 183+131+42=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7832A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7832A is #487CD5. Grayscale: #888888. Windows color (decimal): -4750550 or 2786231. OLE color: 2786231.

HSL color Cylindrical-coordinate representation of color #B7832A: hue angle of 37.87º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7832A is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 131 42 -
CMYK 0 0.28 0.77 0.28
HSL 37.87º 0.63% 0.44% -
HSV(B) 37.87º 0.77% 0.72% -
XYZ 28.06 26.47 5.82 -
YUV 136.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 183 131 42 0 0.28 0.77 0.28 37.87 0.63 0.44
Hex B7 83 2A 0 1C 4D 1C 26 3F 2C
Octal 267 203 52 0 34 115 34 46 77 54
Binary 10110111 10000011 101010 0 11100 1001101 11100 100110 111111 101100

Color Harmonies of #B7832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7832A

Black with #B7832A

Text Example


Text Example

White with #B7832A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7832A; }

 p { color: rgb(183,131,42); }

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

background-color css

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

 a { background-color: rgb(183,131,42); }

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

border-color css

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

 span { border-color: rgb(183,131,42); }

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