Html Css Color HEX #B16A26 Reno Sand

📋 copy color: '#B16A26'

red 177 ◦ green 106 ◦ blue 38

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

Shades of Reno Sand #B16A26

Tints of Reno Sand #B16A26

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.02%

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

R = 55.14%
G = 33.02%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B16A26 (or 0xB16A26) is known color: Reno Sand. HEX triplet: B1, 6A and 26. RGB value is (177,106,38). Sum of RGB (Red+Green+Blue) = 177+106+38=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A26 is #4E95D9. Grayscale: #777777. Windows color (decimal): -5150170 or 2517681. OLE color: 2517681.

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

Color convert

RGB 177 106 38 -
CMYK 0 0.40 0.79 0.31
HSL 29.35º 0.65% 0.42% -
HSV(B) 29.35º 0.79% 0.69% -
XYZ 23.64 19.8 4.41 -
YUV 119.48 82.02 169.03 -
System Red Green Blue C M Y K H S L
Decimal 177 106 38 0 0.40 0.79 0.31 29.35 0.65 0.42
Hex B1 6A 26 0 28 4F 1F 1D 41 2A
Octal 261 152 46 0 50 117 37 35 101 52
Binary 10110001 1101010 100110 0 101000 1001111 11111 11101 1000001 101010

Color Harmonies of #B16A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16A26

Black with #B16A26

Text Example


Text Example

White with #B16A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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