Html Css Color HEX #B16624 Reno Sand

📋 copy color: '#B16624'

red 177 ◦ green 102 ◦ blue 36

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

Shades of Reno Sand #B16624

Tints of Reno Sand #B16624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.43%

R = 56.19%
G = 32.38%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B16624 (or 0xB16624) is known color: Reno Sand. HEX triplet: B1, 66 and 24. RGB value is (177,102,36). Sum of RGB (Red+Green+Blue) = 177+102+36=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B16624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16624 is #4E99DB. Grayscale: #757575. Windows color (decimal): -5151196 or 2385585. OLE color: 2385585.

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

Color convert

RGB 177 102 36 -
CMYK 0 0.42 0.80 0.31
HSL 28.09º 0.66% 0.42% -
HSV(B) 28.09º 0.8% 0.69% -
XYZ 23.2 18.98 4.11 -
YUV 116.9 82.35 170.87 -
System Red Green Blue C M Y K H S L
Decimal 177 102 36 0 0.42 0.80 0.31 28.09 0.66 0.42
Hex B1 66 24 0 2A 50 1F 1C 42 2A
Octal 261 146 44 0 52 120 37 34 102 52
Binary 10110001 1100110 100100 0 101010 1010000 11111 11100 1000010 101010

Color Harmonies of #B16624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16624

Black with #B16624

Text Example


Text Example

White with #B16624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16624; }

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

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

background-color css

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

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

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

border-color css

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

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

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