Html Css Color HEX #B47032 Reno Sand

📋 copy color: '#B47032'

red 180 ◦ green 112 ◦ blue 50

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

Shades of Reno Sand #B47032

Tints of Reno Sand #B47032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 52.63%
G = 32.75%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B47032 (or 0xB47032) is known color: Reno Sand. HEX triplet: B4, 70 and 32. RGB value is (180,112,50). Sum of RGB (Red+Green+Blue) = 180+112+50=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B47032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47032 is #4B8FCD. Grayscale: #7D7D7D. Windows color (decimal): -4952014 or 3305652. OLE color: 3305652.

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

Color convert

RGB 180 112 50 -
CMYK 0 0.38 0.72 0.29
HSL 28.62º 0.57% 0.45% -
HSV(B) 28.62º 0.72% 0.71% -
XYZ 25.19 21.52 5.84 -
YUV 125.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 180 112 50 0 0.38 0.72 0.29 28.62 0.57 0.45
Hex B4 70 32 0 26 48 1D 1D 39 2D
Octal 264 160 62 0 46 110 35 35 71 55
Binary 10110100 1110000 110010 0 100110 1001000 11101 11101 111001 101101

Color Harmonies of #B47032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47032

Black with #B47032

Text Example


Text Example

White with #B47032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47032; }

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

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

background-color css

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

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

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

border-color css

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

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

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