Html Css Color HEX #B5792D Mandalay

📋 copy color: '#B5792D'

red 181 ◦ green 121 ◦ blue 45

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

Shades of Mandalay #B5792D

Tints of Mandalay #B5792D

RGB

 RED value IS 181 (71.09% from 255) = 52.16%

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

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 52.16%
G = 34.87%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5792D (or 0xB5792D) is known color: Mandalay. HEX triplet: B5, 79 and 2D. RGB value is (181,121,45). Sum of RGB (Red+Green+Blue) = 181+121+45=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5792D is #4A86D2. Grayscale: #828282. Windows color (decimal): -4884179 or 2980277. OLE color: 2980277.

HSL color Cylindrical-coordinate representation of color #B5792D: hue angle of 33.53º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5792D is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 121 45 -
CMYK 0 0.33 0.75 0.29
HSL 33.53º 0.6% 0.44% -
HSV(B) 33.53º 0.75% 0.71% -
XYZ 26.37 23.69 5.67 -
YUV 130.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 181 121 45 0 0.33 0.75 0.29 33.53 0.6 0.44
Hex B5 79 2D 0 21 4B 1D 22 3C 2C
Octal 265 171 55 0 41 113 35 42 74 54
Binary 10110101 1111001 101101 0 100001 1001011 11101 100010 111100 101100

Color Harmonies of #B5792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5792D

Black with #B5792D

Text Example


Text Example

White with #B5792D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5792D; }

 p { color: rgb(181,121,45); }

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

background-color css

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

 a { background-color: rgb(181,121,45); }

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

border-color css

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

 span { border-color: rgb(181,121,45); }

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