Html Css Color HEX #B16526 Reno Sand

📋 copy color: '#B16526'

red 177 ◦ green 101 ◦ blue 38

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

Shades of Reno Sand #B16526

Tints of Reno Sand #B16526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

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

R = 56.01%
G = 31.96%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B16526 (or 0xB16526) is known color: Reno Sand. HEX triplet: B1, 65 and 26. RGB value is (177,101,38). Sum of RGB (Red+Green+Blue) = 177+101+38=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B16526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16526 is #4E9AD9. Grayscale: #747474. Windows color (decimal): -5151450 or 2516401. OLE color: 2516401.

HSL color Cylindrical-coordinate representation of color #B16526: hue angle of 27.19º 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 #B16526 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 101 38 -
CMYK 0 0.43 0.79 0.31
HSL 27.19º 0.65% 0.42% -
HSV(B) 27.19º 0.79% 0.69% -
XYZ 23.13 18.79 4.24 -
YUV 116.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 177 101 38 0 0.43 0.79 0.31 27.19 0.65 0.42
Hex B1 65 26 0 2B 4F 1F 1B 41 2A
Octal 261 145 46 0 53 117 37 33 101 52
Binary 10110001 1100101 100110 0 101011 1001111 11111 11011 1000001 101010

Color Harmonies of #B16526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16526

Black with #B16526

Text Example


Text Example

White with #B16526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16526; }

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

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

background-color css

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

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

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

border-color css

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

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

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