Html Css Color HEX #B16822 Reno Sand

📋 copy color: '#B16822'

red 177 ◦ green 104 ◦ blue 34

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

Shades of Reno Sand #B16822

Tints of Reno Sand #B16822

RGB

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

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

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

R = 56.19%
G = 33.02%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B16822 (or 0xB16822) is known color: Reno Sand. HEX triplet: B1, 68 and 22. RGB value is (177,104,34). Sum of RGB (Red+Green+Blue) = 177+104+34=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B16822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16822 is #4E97DD. Grayscale: #767676. Windows color (decimal): -5150686 or 2255025. OLE color: 2255025.

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

Color convert

RGB 177 104 34 -
CMYK 0 0.41 0.81 0.31
HSL 29.37º 0.68% 0.41% -
HSV(B) 29.37º 0.81% 0.69% -
XYZ 23.37 19.36 4.02 -
YUV 117.85 80.68 170.19 -
System Red Green Blue C M Y K H S L
Decimal 177 104 34 0 0.41 0.81 0.31 29.37 0.68 0.41
Hex B1 68 22 0 29 51 1F 1D 44 29
Octal 261 150 42 0 51 121 37 35 104 51
Binary 10110001 1101000 100010 0 101001 1010001 11111 11101 1000100 101001

Color Harmonies of #B16822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16822

Black with #B16822

Text Example


Text Example

White with #B16822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16822; }

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

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

background-color css

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

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

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

border-color css

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

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

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