Html Css Color HEX #B57A2D Mandalay

📋 copy color: '#B57A2D'

red 181 ◦ green 122 ◦ blue 45

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

Shades of Mandalay #B57A2D

Tints of Mandalay #B57A2D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

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

R = 52.01%
G = 35.06%
B = 12.93%

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

#B57A2D (or 0xB57A2D) is known color: Mandalay. HEX triplet: B5, 7A and 2D. RGB value is (181,122,45). Sum of RGB (Red+Green+Blue) = 181+122+45=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A2D is #4A85D2. Grayscale: #838383. Windows color (decimal): -4883923 or 2980533. OLE color: 2980533.

HSL color Cylindrical-coordinate representation of color #B57A2D: hue angle of 33.97º 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 #B57A2D is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 122 45 -
CMYK 0 0.33 0.75 0.29
HSL 33.97º 0.6% 0.44% -
HSV(B) 33.97º 0.75% 0.71% -
XYZ 26.49 23.93 5.71 -
YUV 130.86 79.55 163.76 -
System Red Green Blue C M Y K H S L
Decimal 181 122 45 0 0.33 0.75 0.29 33.97 0.6 0.44
Hex B5 7A 2D 0 21 4B 1D 22 3C 2C
Octal 265 172 55 0 41 113 35 42 74 54
Binary 10110101 1111010 101101 0 100001 1001011 11101 100010 111100 101100

Color Harmonies of #B57A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A2D

Black with #B57A2D

Text Example


Text Example

White with #B57A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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