Html Css Color HEX #B16625 Reno Sand

📋 copy color: '#B16625'

red 177 ◦ green 102 ◦ blue 37

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

Shades of Reno Sand #B16625

Tints of Reno Sand #B16625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

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

R = 56.01%
G = 32.28%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B16625 (or 0xB16625) is known color: Reno Sand. HEX triplet: B1, 66 and 25. RGB value is (177,102,37). Sum of RGB (Red+Green+Blue) = 177+102+37=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B16625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16625 is #4E99DA. Grayscale: #757575. Windows color (decimal): -5151195 or 2451121. OLE color: 2451121.

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

Color convert

RGB 177 102 37 -
CMYK 0 0.42 0.79 0.31
HSL 27.86º 0.65% 0.42% -
HSV(B) 27.86º 0.79% 0.69% -
XYZ 23.22 18.98 4.19 -
YUV 117.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 177 102 37 0 0.42 0.79 0.31 27.86 0.65 0.42
Hex B1 66 25 0 2A 4F 1F 1C 41 2A
Octal 261 146 45 0 52 117 37 34 101 52
Binary 10110001 1100110 100101 0 101010 1001111 11111 11100 1000001 101010

Color Harmonies of #B16625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16625

Black with #B16625

Text Example


Text Example

White with #B16625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16625; }

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

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

background-color css

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

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

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

border-color css

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

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

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