Html Css Color HEX #B7822D Mandalay

📋 copy color: '#B7822D'

red 183 ◦ green 130 ◦ blue 45

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

Shades of Mandalay #B7822D

Tints of Mandalay #B7822D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.57%

R = 51.12%
G = 36.31%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7822D (or 0xB7822D) is known color: Mandalay. HEX triplet: B7, 82 and 2D. RGB value is (183,130,45). Sum of RGB (Red+Green+Blue) = 183+130+45=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7822D is #487DD2. Grayscale: #888888. Windows color (decimal): -4750803 or 2982583. OLE color: 2982583.

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

Color convert

RGB 183 130 45 -
CMYK 0 0.29 0.75 0.28
HSL 36.96º 0.61% 0.45% -
HSV(B) 36.96º 0.75% 0.72% -
XYZ 27.98 26.22 6.07 -
YUV 136.16 76.56 161.41 -
System Red Green Blue C M Y K H S L
Decimal 183 130 45 0 0.29 0.75 0.28 36.96 0.61 0.45
Hex B7 82 2D 0 1D 4B 1C 25 3D 2D
Octal 267 202 55 0 35 113 34 45 75 55
Binary 10110111 10000010 101101 0 11101 1001011 11100 100101 111101 101101

Color Harmonies of #B7822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7822D

Black with #B7822D

Text Example


Text Example

White with #B7822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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