Html Css Color HEX #B47037 Reno Sand

📋 copy color: '#B47037'

red 180 ◦ green 112 ◦ blue 55

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

Shades of Reno Sand #B47037

Tints of Reno Sand #B47037

RGB

 RED value IS 180 (70.7% from 255) = 51.87%

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

 BLUE value IS 55 (21.88% from 255) = 15.85%

R = 51.87%
G = 32.28%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B47037 (or 0xB47037) is known color: Reno Sand. HEX triplet: B4, 70 and 37. RGB value is (180,112,55). Sum of RGB (Red+Green+Blue) = 180+112+55=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B47037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47037 is #4B8FC8. Grayscale: #7E7E7E. Windows color (decimal): -4952009 or 3633332. OLE color: 3633332.

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

Color convert

RGB 180 112 55 -
CMYK 0 0.38 0.69 0.29
HSL 27.36º 0.53% 0.46% -
HSV(B) 27.36º 0.69% 0.71% -
XYZ 25.31 21.57 6.44 -
YUV 125.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 180 112 55 0 0.38 0.69 0.29 27.36 0.53 0.46
Hex B4 70 37 0 26 45 1D 1B 35 2E
Octal 264 160 67 0 46 105 35 33 65 56
Binary 10110100 1110000 110111 0 100110 1000101 11101 11011 110101 101110

Color Harmonies of #B47037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47037

Black with #B47037

Text Example


Text Example

White with #B47037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47037; }

 p { color: rgb(180,112,55); }

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

background-color css

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

 a { background-color: rgb(180,112,55); }

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

border-color css

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

 span { border-color: rgb(180,112,55); }

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