Html Css Color HEX #B16923 Reno Sand

📋 copy color: '#B16923'

red 177 ◦ green 105 ◦ blue 35

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

Shades of Reno Sand #B16923

Tints of Reno Sand #B16923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.04%

R = 55.84%
G = 33.12%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B16923 (or 0xB16923) is known color: Reno Sand. HEX triplet: B1, 69 and 23. RGB value is (177,105,35). Sum of RGB (Red+Green+Blue) = 177+105+35=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B16923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16923 is #4E96DC. Grayscale: #767676. Windows color (decimal): -5150429 or 2320817. OLE color: 2320817.

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

Color convert

RGB 177 105 35 -
CMYK 0 0.41 0.80 0.31
HSL 29.58º 0.67% 0.42% -
HSV(B) 29.58º 0.8% 0.69% -
XYZ 23.49 19.57 4.13 -
YUV 118.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 177 105 35 0 0.41 0.80 0.31 29.58 0.67 0.42
Hex B1 69 23 0 29 50 1F 1E 43 2A
Octal 261 151 43 0 51 120 37 36 103 52
Binary 10110001 1101001 100011 0 101001 1010000 11111 11110 1000011 101010

Color Harmonies of #B16923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16923

Black with #B16923

Text Example


Text Example

White with #B16923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16923; }

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

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

background-color css

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

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

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

border-color css

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

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

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