Html Css Color HEX #B16E26 Reno Sand

📋 copy color: '#B16E26'

red 177 ◦ green 110 ◦ blue 38

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

Shades of Reno Sand #B16E26

Tints of Reno Sand #B16E26

RGB

 RED value IS 177 (69.53% from 255) = 54.46%

 GREEN value IS 110 (43.36% from 255) = 33.85%

 BLUE value IS 38 (15.23% from 255) = 11.69%

R = 54.46%
G = 33.85%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B16E26 (or 0xB16E26) is known color: Reno Sand. HEX triplet: B1, 6E and 26. RGB value is (177,110,38). Sum of RGB (Red+Green+Blue) = 177+110+38=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E26 is #4E91D9. Grayscale: #7A7A7A. Windows color (decimal): -5149146 or 2518705. OLE color: 2518705.

HSL color Cylindrical-coordinate representation of color #B16E26: hue angle of 31.08º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B16E26 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 110 38 -
CMYK 0 0.38 0.79 0.31
HSL 31.08º 0.65% 0.42% -
HSV(B) 31.08º 0.79% 0.69% -
XYZ 24.06 20.64 4.55 -
YUV 121.83 80.7 167.35 -
System Red Green Blue C M Y K H S L
Decimal 177 110 38 0 0.38 0.79 0.31 31.08 0.65 0.42
Hex B1 6E 26 0 26 4F 1F 1F 41 2A
Octal 261 156 46 0 46 117 37 37 101 52
Binary 10110001 1101110 100110 0 100110 1001111 11111 11111 1000001 101010

Color Harmonies of #B16E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E26

Black with #B16E26

Text Example


Text Example

White with #B16E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E26; }

 p { color: rgb(177,110,38); }

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

background-color css

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

 a { background-color: rgb(177,110,38); }

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

border-color css

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

 span { border-color: rgb(177,110,38); }

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