Html Css Color HEX #B16720 Reno Sand

📋 copy color: '#B16720'

red 177 ◦ green 103 ◦ blue 32

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

Shades of Reno Sand #B16720

Tints of Reno Sand #B16720

RGB

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

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

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

R = 56.73%
G = 33.01%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B16720 (or 0xB16720) is known color: Reno Sand. HEX triplet: B1, 67 and 20. RGB value is (177,103,32). Sum of RGB (Red+Green+Blue) = 177+103+32=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B16720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16720 is #4E98DF. Grayscale: #757575. Windows color (decimal): -5150944 or 2123697. OLE color: 2123697.

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

Color convert

RGB 177 103 32 -
CMYK 0 0.42 0.82 0.31
HSL 29.38º 0.69% 0.41% -
HSV(B) 29.38º 0.82% 0.69% -
XYZ 23.24 19.15 3.84 -
YUV 117.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 177 103 32 0 0.42 0.82 0.31 29.38 0.69 0.41
Hex B1 67 20 0 2A 52 1F 1D 45 29
Octal 261 147 40 0 52 122 37 35 105 51
Binary 10110001 1100111 100000 0 101010 1010010 11111 11101 1000101 101001

Color Harmonies of #B16720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16720

Black with #B16720

Text Example


Text Example

White with #B16720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16720; }

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

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

background-color css

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

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

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

border-color css

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

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

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