Html Css Color HEX #B0792A Mandalay

📋 copy color: '#B0792A'

red 176 ◦ green 121 ◦ blue 42

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

Shades of Mandalay #B0792A

Tints of Mandalay #B0792A

RGB

 RED value IS 176 (69.14% from 255) = 51.92%

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

 BLUE value IS 42 (16.8% from 255) = 12.39%

R = 51.92%
G = 35.69%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0792A (or 0xB0792A) is known color: Mandalay. HEX triplet: B0, 79 and 2A. RGB value is (176,121,42). Sum of RGB (Red+Green+Blue) = 176+121+42=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0792A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0792A is #4F86D5. Grayscale: #808080. Windows color (decimal): -5211862 or 2783664. OLE color: 2783664.

HSL color Cylindrical-coordinate representation of color #B0792A: hue angle of 35.37º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0792A is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 121 42 -
CMYK 0 0.31 0.76 0.31
HSL 35.37º 0.61% 0.43% -
HSV(B) 35.37º 0.76% 0.69% -
XYZ 25.16 23.07 5.32 -
YUV 128.44 79.22 161.92 -
System Red Green Blue C M Y K H S L
Decimal 176 121 42 0 0.31 0.76 0.31 35.37 0.61 0.43
Hex B0 79 2A 0 1F 4C 1F 23 3D 2B
Octal 260 171 52 0 37 114 37 43 75 53
Binary 10110000 1111001 101010 0 11111 1001100 11111 100011 111101 101011

Color Harmonies of #B0792A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0792A

Black with #B0792A

Text Example


Text Example

White with #B0792A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0792A; }

 p { color: rgb(176,121,42); }

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

background-color css

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

 a { background-color: rgb(176,121,42); }

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

border-color css

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

 span { border-color: rgb(176,121,42); }

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