Html Css Color HEX #B47030 Reno Sand

📋 copy color: '#B47030'

red 180 ◦ green 112 ◦ blue 48

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

Shades of Reno Sand #B47030

Tints of Reno Sand #B47030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.12%

R = 52.94%
G = 32.94%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B47030 (or 0xB47030) is known color: Reno Sand. HEX triplet: B4, 70 and 30. RGB value is (180,112,48). Sum of RGB (Red+Green+Blue) = 180+112+48=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B47030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47030 is #4B8FCF. Grayscale: #7D7D7D. Windows color (decimal): -4952016 or 3174580. OLE color: 3174580.

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

Color convert

RGB 180 112 48 -
CMYK 0 0.38 0.73 0.29
HSL 29.09º 0.58% 0.45% -
HSV(B) 29.09º 0.73% 0.71% -
XYZ 25.15 21.51 5.62 -
YUV 125.04 84.53 167.2 -
System Red Green Blue C M Y K H S L
Decimal 180 112 48 0 0.38 0.73 0.29 29.09 0.58 0.45
Hex B4 70 30 0 26 49 1D 1D 3A 2D
Octal 264 160 60 0 46 111 35 35 72 55
Binary 10110100 1110000 110000 0 100110 1001001 11101 11101 111010 101101

Color Harmonies of #B47030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47030

Black with #B47030

Text Example


Text Example

White with #B47030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47030; }

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

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

background-color css

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

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

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

border-color css

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

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

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