Html Css Color HEX #B16920 Reno Sand

📋 copy color: '#B16920'

red 177 ◦ green 105 ◦ blue 32

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

Shades of Reno Sand #B16920

Tints of Reno Sand #B16920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

 BLUE value IS 32 (12.89% from 255) = 10.19%

R = 56.37%
G = 33.44%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B16920 (or 0xB16920) is known color: Reno Sand. HEX triplet: B1, 69 and 20. RGB value is (177,105,32). Sum of RGB (Red+Green+Blue) = 177+105+32=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16920 is #4E96DF. Grayscale: #767676. Windows color (decimal): -5150432 or 2124209. OLE color: 2124209.

HSL color Cylindrical-coordinate representation of color #B16920: hue angle of 30.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B16920 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 105 32 -
CMYK 0 0.41 0.82 0.31
HSL 30.21º 0.69% 0.41% -
HSV(B) 30.21º 0.82% 0.69% -
XYZ 23.44 19.55 3.91 -
YUV 118.21 79.35 169.94 -
System Red Green Blue C M Y K H S L
Decimal 177 105 32 0 0.41 0.82 0.31 30.21 0.69 0.41
Hex B1 69 20 0 29 52 1F 1E 45 29
Octal 261 151 40 0 51 122 37 36 105 51
Binary 10110001 1101001 100000 0 101001 1010010 11111 11110 1000101 101001

Color Harmonies of #B16920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16920

Black with #B16920

Text Example


Text Example

White with #B16920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16920; }

 p { color: rgb(177,105,32); }

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

background-color css

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

 a { background-color: rgb(177,105,32); }

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

border-color css

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

 span { border-color: rgb(177,105,32); }

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