Html Css Color HEX #B16824 Reno Sand

📋 copy color: '#B16824'

red 177 ◦ green 104 ◦ blue 36

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

Shades of Reno Sand #B16824

Tints of Reno Sand #B16824

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.81%

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

R = 55.84%
G = 32.81%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B16824 (or 0xB16824) is known color: Reno Sand. HEX triplet: B1, 68 and 24. RGB value is (177,104,36). Sum of RGB (Red+Green+Blue) = 177+104+36=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B16824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16824 is #4E97DB. Grayscale: #767676. Windows color (decimal): -5150684 or 2386097. OLE color: 2386097.

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

Color convert

RGB 177 104 36 -
CMYK 0 0.41 0.80 0.31
HSL 28.94º 0.66% 0.42% -
HSV(B) 28.94º 0.8% 0.69% -
XYZ 23.4 19.38 4.18 -
YUV 118.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 177 104 36 0 0.41 0.80 0.31 28.94 0.66 0.42
Hex B1 68 24 0 29 50 1F 1D 42 2A
Octal 261 150 44 0 51 120 37 35 102 52
Binary 10110001 1101000 100100 0 101001 1010000 11111 11101 1000010 101010

Color Harmonies of #B16824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16824

Black with #B16824

Text Example


Text Example

White with #B16824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16824; }

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

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

background-color css

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

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

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

border-color css

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

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

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