Html Css Color HEX #B16935 Reno Sand

📋 copy color: '#B16935'

red 177 ◦ green 105 ◦ blue 53

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

Shades of Reno Sand #B16935

Tints of Reno Sand #B16935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 52.84%
G = 31.34%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B16935 (or 0xB16935) is known color: Reno Sand. HEX triplet: B1, 69 and 35. RGB value is (177,105,53). Sum of RGB (Red+Green+Blue) = 177+105+53=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B16935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16935 is #4E96CA. Grayscale: #787878. Windows color (decimal): -5150411 or 3500465. OLE color: 3500465.

HSL color Cylindrical-coordinate representation of color #B16935: hue angle of 25.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B16935 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 105 53 -
CMYK 0 0.41 0.70 0.31
HSL 25.16º 0.54% 0.45% -
HSV(B) 25.16º 0.7% 0.69% -
XYZ 23.83 19.71 5.92 -
YUV 120.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 177 105 53 0 0.41 0.70 0.31 25.16 0.54 0.45
Hex B1 69 35 0 29 46 1F 19 36 2D
Octal 261 151 65 0 51 106 37 31 66 55
Binary 10110001 1101001 110101 0 101001 1000110 11111 11001 110110 101101

Color Harmonies of #B16935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16935

Black with #B16935

Text Example


Text Example

White with #B16935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16935; }

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

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

background-color css

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

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

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

border-color css

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

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

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