Html Css Color HEX #B47535 Reno Sand

📋 copy color: '#B47535'

red 180 ◦ green 117 ◦ blue 53

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

Shades of Reno Sand #B47535

Tints of Reno Sand #B47535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

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

R = 51.43%
G = 33.43%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B47535 (or 0xB47535) is known color: Reno Sand. HEX triplet: B4, 75 and 35. RGB value is (180,117,53). Sum of RGB (Red+Green+Blue) = 180+117+53=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B47535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47535 is #4B8ACA. Grayscale: #808080. Windows color (decimal): -4950731 or 3503540. OLE color: 3503540.

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

Color convert

RGB 180 117 53 -
CMYK 0 0.35 0.71 0.29
HSL 30.24º 0.55% 0.46% -
HSV(B) 30.24º 0.71% 0.71% -
XYZ 25.83 22.68 6.39 -
YUV 128.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 180 117 53 0 0.35 0.71 0.29 30.24 0.55 0.46
Hex B4 75 35 0 23 47 1D 1E 37 2E
Octal 264 165 65 0 43 107 35 36 67 56
Binary 10110100 1110101 110101 0 100011 1000111 11101 11110 110111 101110

Color Harmonies of #B47535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47535

Black with #B47535

Text Example


Text Example

White with #B47535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47535; }

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

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

background-color css

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

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

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

border-color css

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

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

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