Html Css Color HEX #B16626 Reno Sand

📋 copy color: '#B16626'

red 177 ◦ green 102 ◦ blue 38

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

Shades of Reno Sand #B16626

Tints of Reno Sand #B16626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

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

R = 55.84%
G = 32.18%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B16626 (or 0xB16626) is known color: Reno Sand. HEX triplet: B1, 66 and 26. RGB value is (177,102,38). Sum of RGB (Red+Green+Blue) = 177+102+38=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B16626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16626 is #4E99D9. Grayscale: #757575. Windows color (decimal): -5151194 or 2516657. OLE color: 2516657.

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

Color convert

RGB 177 102 38 -
CMYK 0 0.42 0.79 0.31
HSL 27.63º 0.65% 0.42% -
HSV(B) 27.63º 0.79% 0.69% -
XYZ 23.23 18.99 4.27 -
YUV 117.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 177 102 38 0 0.42 0.79 0.31 27.63 0.65 0.42
Hex B1 66 26 0 2A 4F 1F 1C 41 2A
Octal 261 146 46 0 52 117 37 34 101 52
Binary 10110001 1100110 100110 0 101010 1001111 11111 11100 1000001 101010

Color Harmonies of #B16626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16626

Black with #B16626

Text Example


Text Example

White with #B16626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16626; }

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

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

background-color css

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

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

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

border-color css

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

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

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