Html Css Color HEX #B37131 Reno Sand

📋 copy color: '#B37131'

red 179 ◦ green 113 ◦ blue 49

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

Shades of Reno Sand #B37131

Tints of Reno Sand #B37131

RGB

 RED value IS 179 (70.31% from 255) = 52.49%

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

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

R = 52.49%
G = 33.14%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B37131 (or 0xB37131) is known color: Reno Sand. HEX triplet: B3, 71 and 31. RGB value is (179,113,49). Sum of RGB (Red+Green+Blue) = 179+113+49=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B37131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37131 is #4C8ECE. Grayscale: #7D7D7D. Windows color (decimal): -5017295 or 3240371. OLE color: 3240371.

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

Color convert

RGB 179 113 49 -
CMYK 0 0.37 0.73 0.30
HSL 29.54º 0.57% 0.45% -
HSV(B) 29.54º 0.73% 0.7% -
XYZ 25.05 21.62 5.76 -
YUV 125.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 179 113 49 0 0.37 0.73 0.30 29.54 0.57 0.45
Hex B3 71 31 0 25 49 1E 1E 39 2D
Octal 263 161 61 0 45 111 36 36 71 55
Binary 10110011 1110001 110001 0 100101 1001001 11110 11110 111001 101101

Color Harmonies of #B37131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37131

Black with #B37131

Text Example


Text Example

White with #B37131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37131; }

 p { color: rgb(179,113,49); }

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

background-color css

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

 a { background-color: rgb(179,113,49); }

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

border-color css

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

 span { border-color: rgb(179,113,49); }

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