Html Css Color HEX #B3822C Mandalay

📋 copy color: '#B3822C'

red 179 ◦ green 130 ◦ blue 44

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

Shades of Mandalay #B3822C

Tints of Mandalay #B3822C

RGB

 RED value IS 179 (70.31% from 255) = 50.71%

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

 BLUE value IS 44 (17.58% from 255) = 12.46%

R = 50.71%
G = 36.83%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3822C (or 0xB3822C) is known color: Mandalay. HEX triplet: B3, 82 and 2C. RGB value is (179,130,44). Sum of RGB (Red+Green+Blue) = 179+130+44=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3822C is #4C7DD3. Grayscale: #878787. Windows color (decimal): -5012948 or 2917043. OLE color: 2917043.

HSL color Cylindrical-coordinate representation of color #B3822C: hue angle of 38.22º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3822C is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 130 44 -
CMYK 0 0.27 0.75 0.30
HSL 38.22º 0.61% 0.44% -
HSV(B) 38.22º 0.75% 0.7% -
XYZ 27.03 25.73 5.92 -
YUV 134.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 179 130 44 0 0.27 0.75 0.30 38.22 0.61 0.44
Hex B3 82 2C 0 1B 4B 1E 26 3D 2C
Octal 263 202 54 0 33 113 36 46 75 54
Binary 10110011 10000010 101100 0 11011 1001011 11110 100110 111101 101100

Color Harmonies of #B3822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3822C

Black with #B3822C

Text Example


Text Example

White with #B3822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3822C; }

 p { color: rgb(179,130,44); }

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

background-color css

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

 a { background-color: rgb(179,130,44); }

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

border-color css

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

 span { border-color: rgb(179,130,44); }

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