Html Css Color HEX #B47439 Reno Sand

📋 copy color: '#B47439'

red 180 ◦ green 116 ◦ blue 57

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

Shades of Reno Sand #B47439

Tints of Reno Sand #B47439

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

 BLUE value IS 57 (22.66% from 255) = 16.15%

R = 50.99%
G = 32.86%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B47439 (or 0xB47439) is known color: Reno Sand. HEX triplet: B4, 74 and 39. RGB value is (180,116,57). Sum of RGB (Red+Green+Blue) = 180+116+57=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B47439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47439 is #4B8BC6. Grayscale: #808080. Windows color (decimal): -4950983 or 3765428. OLE color: 3765428.

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

Color convert

RGB 180 116 57 -
CMYK 0 0.36 0.68 0.29
HSL 28.78º 0.52% 0.46% -
HSV(B) 28.78º 0.68% 0.71% -
XYZ 25.81 22.49 6.85 -
YUV 128.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 180 116 57 0 0.36 0.68 0.29 28.78 0.52 0.46
Hex B4 74 39 0 24 44 1D 1D 34 2E
Octal 264 164 71 0 44 104 35 35 64 56
Binary 10110100 1110100 111001 0 100100 1000100 11101 11101 110100 101110

Color Harmonies of #B47439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47439

Black with #B47439

Text Example


Text Example

White with #B47439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47439; }

 p { color: rgb(180,116,57); }

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

background-color css

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

 a { background-color: rgb(180,116,57); }

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

border-color css

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

 span { border-color: rgb(180,116,57); }

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