Html Css Color HEX #B57031 Reno Sand

📋 copy color: '#B57031'

red 181 ◦ green 112 ◦ blue 49

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

Shades of Reno Sand #B57031

Tints of Reno Sand #B57031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

 BLUE value IS 49 (19.53% from 255) = 14.33%

R = 52.92%
G = 32.75%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B57031 (or 0xB57031) is known color: Reno Sand. HEX triplet: B5, 70 and 31. RGB value is (181,112,49). Sum of RGB (Red+Green+Blue) = 181+112+49=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B57031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57031 is #4A8FCE. Grayscale: #7D7D7D. Windows color (decimal): -4886479 or 3240117. OLE color: 3240117.

HSL color Cylindrical-coordinate representation of color #B57031: hue angle of 28.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B57031 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 112 49 -
CMYK 0 0.38 0.73 0.29
HSL 28.64º 0.57% 0.45% -
HSV(B) 28.64º 0.73% 0.71% -
XYZ 25.4 21.63 5.74 -
YUV 125.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 181 112 49 0 0.38 0.73 0.29 28.64 0.57 0.45
Hex B5 70 31 0 26 49 1D 1D 39 2D
Octal 265 160 61 0 46 111 35 35 71 55
Binary 10110101 1110000 110001 0 100110 1001001 11101 11101 111001 101101

Color Harmonies of #B57031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57031

Black with #B57031

Text Example


Text Example

White with #B57031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57031; }

 p { color: rgb(181,112,49); }

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

background-color css

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

 a { background-color: rgb(181,112,49); }

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

border-color css

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

 span { border-color: rgb(181,112,49); }

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