Html Css Color HEX #B47638 Reno Sand

📋 copy color: '#B47638'

red 180 ◦ green 118 ◦ blue 56

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

Shades of Reno Sand #B47638

Tints of Reno Sand #B47638

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

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

R = 50.85%
G = 33.33%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B47638 (or 0xB47638) is known color: Reno Sand. HEX triplet: B4, 76 and 38. RGB value is (180,118,56). Sum of RGB (Red+Green+Blue) = 180+118+56=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B47638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47638 is #4B89C7. Grayscale: #818181. Windows color (decimal): -4950472 or 3700404. OLE color: 3700404.

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

Color convert

RGB 180 118 56 -
CMYK 0 0.34 0.69 0.29
HSL 30º 0.53% 0.46% -
HSV(B) 30º 0.69% 0.71% -
XYZ 26.01 22.95 6.8 -
YUV 129.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 180 118 56 0 0.34 0.69 0.29 30 0.53 0.46
Hex B4 76 38 0 22 45 1D 1E 35 2E
Octal 264 166 70 0 42 105 35 36 65 56
Binary 10110100 1110110 111000 0 100010 1000101 11101 11110 110101 101110

Color Harmonies of #B47638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47638

Black with #B47638

Text Example


Text Example

White with #B47638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47638; }

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

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

background-color css

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

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

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

border-color css

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

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

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