Html Css Color HEX #B16A24 Reno Sand

📋 copy color: '#B16A24'

red 177 ◦ green 106 ◦ blue 36

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

Shades of Reno Sand #B16A24

Tints of Reno Sand #B16A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.29%

R = 55.49%
G = 33.23%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B16A24 (or 0xB16A24) is known color: Reno Sand. HEX triplet: B1, 6A and 24. RGB value is (177,106,36). Sum of RGB (Red+Green+Blue) = 177+106+36=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A24 is #4E95DB. Grayscale: #777777. Windows color (decimal): -5150172 or 2386609. OLE color: 2386609.

HSL color Cylindrical-coordinate representation of color #B16A24: hue angle of 29.79º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B16A24 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 106 36 -
CMYK 0 0.40 0.80 0.31
HSL 29.79º 0.66% 0.42% -
HSV(B) 29.79º 0.8% 0.69% -
XYZ 23.6 19.78 4.24 -
YUV 119.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 177 106 36 0 0.40 0.80 0.31 29.79 0.66 0.42
Hex B1 6A 24 0 28 50 1F 1E 42 2A
Octal 261 152 44 0 50 120 37 36 102 52
Binary 10110001 1101010 100100 0 101000 1010000 11111 11110 1000010 101010

Color Harmonies of #B16A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16A24

Black with #B16A24

Text Example


Text Example

White with #B16A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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