Html Css Color HEX #B47434 Reno Sand

📋 copy color: '#B47434'

red 180 ◦ green 116 ◦ blue 52

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

Shades of Reno Sand #B47434

Tints of Reno Sand #B47434

RGB

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

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

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

R = 51.72%
G = 33.33%
B = 14.94%

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

#B47434 (or 0xB47434) is known color: Reno Sand. HEX triplet: B4, 74 and 34. RGB value is (180,116,52). Sum of RGB (Red+Green+Blue) = 180+116+52=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B47434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47434 is #4B8BCB. Grayscale: #808080. Windows color (decimal): -4950988 or 3437748. OLE color: 3437748.

HSL color Cylindrical-coordinate representation of color #B47434: hue angle of 30º 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 #B47434 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 116 52 -
CMYK 0 0.36 0.71 0.29
HSL 30º 0.55% 0.45% -
HSV(B) 30º 0.71% 0.71% -
XYZ 25.69 22.44 6.23 -
YUV 127.84 85.2 165.2 -
System Red Green Blue C M Y K H S L
Decimal 180 116 52 0 0.36 0.71 0.29 30 0.55 0.45
Hex B4 74 34 0 24 47 1D 1E 37 2D
Octal 264 164 64 0 44 107 35 36 67 55
Binary 10110100 1110100 110100 0 100100 1000111 11101 11110 110111 101101

Color Harmonies of #B47434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47434

Black with #B47434

Text Example


Text Example

White with #B47434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47434; }

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

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

background-color css

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

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

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

border-color css

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

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

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