Html Css Color HEX #B16820 Reno Sand

📋 copy color: '#B16820'

red 177 ◦ green 104 ◦ blue 32

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

Shades of Reno Sand #B16820

Tints of Reno Sand #B16820

RGB

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

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

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

R = 56.55%
G = 33.23%
B = 10.22%

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

#B16820 (or 0xB16820) is known color: Reno Sand. HEX triplet: B1, 68 and 20. RGB value is (177,104,32). Sum of RGB (Red+Green+Blue) = 177+104+32=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B16820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16820 is #4E97DF. Grayscale: #757575. Windows color (decimal): -5150688 or 2123953. OLE color: 2123953.

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

Color convert

RGB 177 104 32 -
CMYK 0 0.41 0.82 0.31
HSL 29.79º 0.69% 0.41% -
HSV(B) 29.79º 0.82% 0.69% -
XYZ 23.34 19.35 3.87 -
YUV 117.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 177 104 32 0 0.41 0.82 0.31 29.79 0.69 0.41
Hex B1 68 20 0 29 52 1F 1E 45 29
Octal 261 150 40 0 51 122 37 36 105 51
Binary 10110001 1101000 100000 0 101001 1010010 11111 11110 1000101 101001

Color Harmonies of #B16820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16820

Black with #B16820

Text Example


Text Example

White with #B16820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16820; }

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

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

background-color css

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

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

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

border-color css

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

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

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