Html Css Color HEX #B47035 Reno Sand

📋 copy color: '#B47035'

red 180 ◦ green 112 ◦ blue 53

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

Shades of Reno Sand #B47035

Tints of Reno Sand #B47035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.36%

R = 52.17%
G = 32.46%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B47035 (or 0xB47035) is known color: Reno Sand. HEX triplet: B4, 70 and 35. RGB value is (180,112,53). Sum of RGB (Red+Green+Blue) = 180+112+53=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B47035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47035 is #4B8FCA. Grayscale: #7D7D7D. Windows color (decimal): -4952011 or 3502260. OLE color: 3502260.

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

Color convert

RGB 180 112 53 -
CMYK 0 0.38 0.71 0.29
HSL 27.87º 0.55% 0.46% -
HSV(B) 27.87º 0.71% 0.71% -
XYZ 25.26 21.55 6.2 -
YUV 125.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 180 112 53 0 0.38 0.71 0.29 27.87 0.55 0.46
Hex B4 70 35 0 26 47 1D 1C 37 2E
Octal 264 160 65 0 46 107 35 34 67 56
Binary 10110100 1110000 110101 0 100110 1000111 11101 11100 110111 101110

Color Harmonies of #B47035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47035

Black with #B47035

Text Example


Text Example

White with #B47035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47035; }

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

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

background-color css

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

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

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

border-color css

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

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

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