Html Css Color HEX #B16629 Reno Sand

📋 copy color: '#B16629'

red 177 ◦ green 102 ◦ blue 41

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

Shades of Reno Sand #B16629

Tints of Reno Sand #B16629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.81%

R = 55.31%
G = 31.88%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B16629 (or 0xB16629) is known color: Reno Sand. HEX triplet: B1, 66 and 29. RGB value is (177,102,41). Sum of RGB (Red+Green+Blue) = 177+102+41=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B16629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16629 is #4E99D6. Grayscale: #757575. Windows color (decimal): -5151191 or 2713265. OLE color: 2713265.

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

Color convert

RGB 177 102 41 -
CMYK 0 0.42 0.77 0.31
HSL 26.91º 0.62% 0.43% -
HSV(B) 26.91º 0.77% 0.69% -
XYZ 23.28 19.01 4.54 -
YUV 117.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 177 102 41 0 0.42 0.77 0.31 26.91 0.62 0.43
Hex B1 66 29 0 2A 4D 1F 1B 3E 2B
Octal 261 146 51 0 52 115 37 33 76 53
Binary 10110001 1100110 101001 0 101010 1001101 11111 11011 111110 101011

Color Harmonies of #B16629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16629

Black with #B16629

Text Example


Text Example

White with #B16629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16629; }

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

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

background-color css

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

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

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

border-color css

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

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

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