Html Css Color HEX #B16722 Reno Sand

📋 copy color: '#B16722'

red 177 ◦ green 103 ◦ blue 34

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

Shades of Reno Sand #B16722

Tints of Reno Sand #B16722

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

 BLUE value IS 34 (13.67% from 255) = 10.83%

R = 56.37%
G = 32.8%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B16722 (or 0xB16722) is known color: Reno Sand. HEX triplet: B1, 67 and 22. RGB value is (177,103,34). Sum of RGB (Red+Green+Blue) = 177+103+34=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16722 is #4E98DD. Grayscale: #757575. Windows color (decimal): -5150942 or 2254769. OLE color: 2254769.

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

Color convert

RGB 177 103 34 -
CMYK 0 0.42 0.81 0.31
HSL 28.95º 0.68% 0.41% -
HSV(B) 28.95º 0.81% 0.69% -
XYZ 23.27 19.16 3.99 -
YUV 117.26 81.02 170.61 -
System Red Green Blue C M Y K H S L
Decimal 177 103 34 0 0.42 0.81 0.31 28.95 0.68 0.41
Hex B1 67 22 0 2A 51 1F 1D 44 29
Octal 261 147 42 0 52 121 37 35 104 51
Binary 10110001 1100111 100010 0 101010 1010001 11111 11101 1000100 101001

Color Harmonies of #B16722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16722

Black with #B16722

Text Example


Text Example

White with #B16722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16722; }

 p { color: rgb(177,103,34); }

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

background-color css

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

 a { background-color: rgb(177,103,34); }

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

border-color css

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

 span { border-color: rgb(177,103,34); }

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