Html Css Color HEX #B47334 Reno Sand

📋 copy color: '#B47334'

red 180 ◦ green 115 ◦ blue 52

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

Shades of Reno Sand #B47334

Tints of Reno Sand #B47334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.14%

 BLUE value IS 52 (20.7% from 255) = 14.99%

R = 51.87%
G = 33.14%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B47334 (or 0xB47334) is known color: Reno Sand. HEX triplet: B4, 73 and 34. RGB value is (180,115,52). Sum of RGB (Red+Green+Blue) = 180+115+52=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B47334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47334 is #4B8CCB. Grayscale: #7F7F7F. Windows color (decimal): -4951244 or 3437492. OLE color: 3437492.

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

Color convert

RGB 180 115 52 -
CMYK 0 0.36 0.71 0.29
HSL 29.53º 0.55% 0.45% -
HSV(B) 29.53º 0.71% 0.71% -
XYZ 25.57 22.21 6.19 -
YUV 127.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 180 115 52 0 0.36 0.71 0.29 29.53 0.55 0.45
Hex B4 73 34 0 24 47 1D 1E 37 2D
Octal 264 163 64 0 44 107 35 36 67 55
Binary 10110100 1110011 110100 0 100100 1000111 11101 11110 110111 101101

Color Harmonies of #B47334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47334

Black with #B47334

Text Example


Text Example

White with #B47334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47334; }

 p { color: rgb(180,115,52); }

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

background-color css

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

 a { background-color: rgb(180,115,52); }

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

border-color css

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

 span { border-color: rgb(180,115,52); }

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