Html Css Color HEX #B3822B Mandalay

📋 copy color: '#B3822B'

red 179 ◦ green 130 ◦ blue 43

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

Shades of Mandalay #B3822B

Tints of Mandalay #B3822B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.22%

R = 50.85%
G = 36.93%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3822B (or 0xB3822B) is known color: Mandalay. HEX triplet: B3, 82 and 2B. RGB value is (179,130,43). Sum of RGB (Red+Green+Blue) = 179+130+43=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3822B is #4C7DD4. Grayscale: #878787. Windows color (decimal): -5012949 or 2851507. OLE color: 2851507.

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

Color convert

RGB 179 130 43 -
CMYK 0 0.27 0.76 0.30
HSL 38.38º 0.61% 0.44% -
HSV(B) 38.38º 0.76% 0.7% -
XYZ 27.01 25.72 5.83 -
YUV 134.73 76.23 159.57 -
System Red Green Blue C M Y K H S L
Decimal 179 130 43 0 0.27 0.76 0.30 38.38 0.61 0.44
Hex B3 82 2B 0 1B 4C 1E 26 3D 2C
Octal 263 202 53 0 33 114 36 46 75 54
Binary 10110011 10000010 101011 0 11011 1001100 11110 100110 111101 101100

Color Harmonies of #B3822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3822B

Black with #B3822B

Text Example


Text Example

White with #B3822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3822B; }

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

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

background-color css

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

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

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

border-color css

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

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

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