Html Css Color HEX #B16525 Reno Sand

📋 copy color: '#B16525'

red 177 ◦ green 101 ◦ blue 37

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

Shades of Reno Sand #B16525

Tints of Reno Sand #B16525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.75%

R = 56.19%
G = 32.06%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B16525 (or 0xB16525) is known color: Reno Sand. HEX triplet: B1, 65 and 25. RGB value is (177,101,37). Sum of RGB (Red+Green+Blue) = 177+101+37=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B16525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16525 is #4E9ADA. Grayscale: #747474. Windows color (decimal): -5151451 or 2450865. OLE color: 2450865.

HSL color Cylindrical-coordinate representation of color #B16525: hue angle of 27.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B16525 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 101 37 -
CMYK 0 0.43 0.79 0.31
HSL 27.43º 0.65% 0.42% -
HSV(B) 27.43º 0.79% 0.69% -
XYZ 23.12 18.79 4.16 -
YUV 116.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 177 101 37 0 0.43 0.79 0.31 27.43 0.65 0.42
Hex B1 65 25 0 2B 4F 1F 1B 41 2A
Octal 261 145 45 0 53 117 37 33 101 52
Binary 10110001 1100101 100101 0 101011 1001111 11111 11011 1000001 101010

Color Harmonies of #B16525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16525

Black with #B16525

Text Example


Text Example

White with #B16525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16525; }

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

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

background-color css

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

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

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

border-color css

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

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

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