Html Css Color HEX #B2792E Mandalay

📋 copy color: '#B2792E'

red 178 ◦ green 121 ◦ blue 46

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

Shades of Mandalay #B2792E

Tints of Mandalay #B2792E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.07%

 BLUE value IS 46 (18.36% from 255) = 13.33%

R = 51.59%
G = 35.07%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2792E (or 0xB2792E) is known color: Mandalay. HEX triplet: B2, 79 and 2E. RGB value is (178,121,46). Sum of RGB (Red+Green+Blue) = 178+121+46=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B2792E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2792E is #4D86D1. Grayscale: #818181. Windows color (decimal): -5080786 or 3045810. OLE color: 3045810.

HSL color Cylindrical-coordinate representation of color #B2792E: hue angle of 34.09º degrees, saturation: 0.59, 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 #B2792E is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 46 -
CMYK 0 0.32 0.74 0.30
HSL 34.09º 0.59% 0.44% -
HSV(B) 34.09º 0.74% 0.7% -
XYZ 25.69 23.34 5.74 -
YUV 129.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 178 121 46 0 0.32 0.74 0.30 34.09 0.59 0.44
Hex B2 79 2E 0 20 4A 1E 22 3B 2C
Octal 262 171 56 0 40 112 36 42 73 54
Binary 10110010 1111001 101110 0 100000 1001010 11110 100010 111011 101100

Color Harmonies of #B2792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2792E

Black with #B2792E

Text Example


Text Example

White with #B2792E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2792E; }

 p { color: rgb(178,121,46); }

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

background-color css

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

 a { background-color: rgb(178,121,46); }

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

border-color css

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

 span { border-color: rgb(178,121,46); }

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