Html Css Color HEX #B16535 Reno Sand

📋 copy color: '#B16535'

red 177 ◦ green 101 ◦ blue 53

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

Shades of Reno Sand #B16535

Tints of Reno Sand #B16535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

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

R = 53.47%
G = 30.51%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B16535 (or 0xB16535) is known color: Reno Sand. HEX triplet: B1, 65 and 35. RGB value is (177,101,53). Sum of RGB (Red+Green+Blue) = 177+101+53=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B16535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16535 is #4E9ACA. Grayscale: #767676. Windows color (decimal): -5151435 or 3499441. OLE color: 3499441.

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

Color convert

RGB 177 101 53 -
CMYK 0 0.43 0.70 0.31
HSL 23.23º 0.54% 0.45% -
HSV(B) 23.23º 0.7% 0.69% -
XYZ 23.43 18.91 5.78 -
YUV 118.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 177 101 53 0 0.43 0.70 0.31 23.23 0.54 0.45
Hex B1 65 35 0 2B 46 1F 17 36 2D
Octal 261 145 65 0 53 106 37 27 66 55
Binary 10110001 1100101 110101 0 101011 1000110 11111 10111 110110 101101

Color Harmonies of #B16535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16535

Black with #B16535

Text Example


Text Example

White with #B16535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16535; }

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

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

background-color css

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

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

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

border-color css

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

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

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