Html Css Color HEX #B47038 Reno Sand

📋 copy color: '#B47038'

red 180 ◦ green 112 ◦ blue 56

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

Shades of Reno Sand #B47038

Tints of Reno Sand #B47038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 51.72%
G = 32.18%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B47038 (or 0xB47038) is known color: Reno Sand. HEX triplet: B4, 70 and 38. RGB value is (180,112,56). Sum of RGB (Red+Green+Blue) = 180+112+56=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B47038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47038 is #4B8FC7. Grayscale: #7E7E7E. Windows color (decimal): -4952008 or 3698868. OLE color: 3698868.

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

Color convert

RGB 180 112 56 -
CMYK 0 0.38 0.69 0.29
HSL 27.1º 0.53% 0.46% -
HSV(B) 27.1º 0.69% 0.71% -
XYZ 25.33 21.58 6.57 -
YUV 125.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 180 112 56 0 0.38 0.69 0.29 27.1 0.53 0.46
Hex B4 70 38 0 26 45 1D 1B 35 2E
Octal 264 160 70 0 46 105 35 33 65 56
Binary 10110100 1110000 111000 0 100110 1000101 11101 11011 110101 101110

Color Harmonies of #B47038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47038

Black with #B47038

Text Example


Text Example

White with #B47038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47038; }

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

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

background-color css

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

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

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

border-color css

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

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

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