Html Css Color HEX #B16631 Reno Sand

📋 copy color: '#B16631'

red 177 ◦ green 102 ◦ blue 49

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

Shades of Reno Sand #B16631

Tints of Reno Sand #B16631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 53.96%
G = 31.1%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B16631 (or 0xB16631) is known color: Reno Sand. HEX triplet: B1, 66 and 31. RGB value is (177,102,49). Sum of RGB (Red+Green+Blue) = 177+102+49=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B16631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16631 is #4E99CE. Grayscale: #767676. Windows color (decimal): -5151183 or 3237553. OLE color: 3237553.

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

Color convert

RGB 177 102 49 -
CMYK 0 0.42 0.72 0.31
HSL 24.84º 0.57% 0.44% -
HSV(B) 24.84º 0.72% 0.69% -
XYZ 23.44 19.07 5.35 -
YUV 118.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 177 102 49 0 0.42 0.72 0.31 24.84 0.57 0.44
Hex B1 66 31 0 2A 48 1F 19 39 2C
Octal 261 146 61 0 52 110 37 31 71 54
Binary 10110001 1100110 110001 0 101010 1001000 11111 11001 111001 101100

Color Harmonies of #B16631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16631

Black with #B16631

Text Example


Text Example

White with #B16631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16631; }

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

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

background-color css

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

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

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

border-color css

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

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

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