Html Css Color HEX #B2792F Mandalay

📋 copy color: '#B2792F'

red 178 ◦ green 121 ◦ blue 47

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

Shades of Mandalay #B2792F

Tints of Mandalay #B2792F

RGB

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

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

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

R = 51.45%
G = 34.97%
B = 13.58%

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

#B2792F (or 0xB2792F) is known color: Mandalay. HEX triplet: B2, 79 and 2F. RGB value is (178,121,47). Sum of RGB (Red+Green+Blue) = 178+121+47=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B2792F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2792F is #4D86D0. Grayscale: #818181. Windows color (decimal): -5080785 or 3111346. OLE color: 3111346.

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

Color convert

RGB 178 121 47 -
CMYK 0 0.32 0.74 0.30
HSL 33.89º 0.58% 0.44% -
HSV(B) 33.89º 0.74% 0.7% -
XYZ 25.71 23.34 5.84 -
YUV 129.61 81.38 162.52 -
System Red Green Blue C M Y K H S L
Decimal 178 121 47 0 0.32 0.74 0.30 33.89 0.58 0.44
Hex B2 79 2F 0 20 4A 1E 22 3A 2C
Octal 262 171 57 0 40 112 36 42 72 54
Binary 10110010 1111001 101111 0 100000 1001010 11110 100010 111010 101100

Color Harmonies of #B2792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2792F

Black with #B2792F

Text Example


Text Example

White with #B2792F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2792F; }

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

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

background-color css

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

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

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

border-color css

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

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

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