Html Css Color HEX #B57130 Reno Sand

📋 copy color: '#B57130'

red 181 ◦ green 113 ◦ blue 48

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

Shades of Reno Sand #B57130

Tints of Reno Sand #B57130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 52.92%
G = 33.04%
B = 14.04%

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

#B57130 (or 0xB57130) is known color: Reno Sand. HEX triplet: B5, 71 and 30. RGB value is (181,113,48). Sum of RGB (Red+Green+Blue) = 181+113+48=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B57130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57130 is #4A8ECF. Grayscale: #7E7E7E. Windows color (decimal): -4886224 or 3174837. OLE color: 3174837.

HSL color Cylindrical-coordinate representation of color #B57130: hue angle of 29.32º degrees, saturation: 0.58, 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 #B57130 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 113 48 -
CMYK 0 0.38 0.73 0.29
HSL 29.32º 0.58% 0.45% -
HSV(B) 29.32º 0.73% 0.71% -
XYZ 25.49 21.85 5.67 -
YUV 125.92 84.03 167.29 -
System Red Green Blue C M Y K H S L
Decimal 181 113 48 0 0.38 0.73 0.29 29.32 0.58 0.45
Hex B5 71 30 0 26 49 1D 1D 3A 2D
Octal 265 161 60 0 46 111 35 35 72 55
Binary 10110101 1110001 110000 0 100110 1001001 11101 11101 111010 101101

Color Harmonies of #B57130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57130

Black with #B57130

Text Example


Text Example

White with #B57130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57130; }

 p { color: rgb(181,113,48); }

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

background-color css

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

 a { background-color: rgb(181,113,48); }

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

border-color css

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

 span { border-color: rgb(181,113,48); }

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