Html Css Color HEX #B2822F Mandalay

📋 copy color: '#B2822F'

red 178 ◦ green 130 ◦ blue 47

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

Shades of Mandalay #B2822F

Tints of Mandalay #B2822F

RGB

 RED value IS 178 (69.92% from 255) = 50.14%

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

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 50.14%
G = 36.62%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2822F (or 0xB2822F) is known color: Mandalay. HEX triplet: B2, 82 and 2F. RGB value is (178,130,47). Sum of RGB (Red+Green+Blue) = 178+130+47=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2822F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2822F is #4D7DD0. Grayscale: #878787. Windows color (decimal): -5078481 or 3113650. OLE color: 3113650.

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

Color convert

RGB 178 130 47 -
CMYK 0 0.27 0.74 0.30
HSL 38.02º 0.58% 0.44% -
HSV(B) 38.02º 0.74% 0.7% -
XYZ 26.86 25.64 6.22 -
YUV 134.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 178 130 47 0 0.27 0.74 0.30 38.02 0.58 0.44
Hex B2 82 2F 0 1B 4A 1E 26 3A 2C
Octal 262 202 57 0 33 112 36 46 72 54
Binary 10110010 10000010 101111 0 11011 1001010 11110 100110 111010 101100

Color Harmonies of #B2822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2822F

Black with #B2822F

Text Example


Text Example

White with #B2822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2822F; }

 p { color: rgb(178,130,47); }

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

background-color css

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

 a { background-color: rgb(178,130,47); }

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

border-color css

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

 span { border-color: rgb(178,130,47); }

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