Html Css Color HEX #B16927 Reno Sand

📋 copy color: '#B16927'

red 177 ◦ green 105 ◦ blue 39

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

Shades of Reno Sand #B16927

Tints of Reno Sand #B16927

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

 BLUE value IS 39 (15.63% from 255) = 12.15%

R = 55.14%
G = 32.71%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B16927 (or 0xB16927) is known color: Reno Sand. HEX triplet: B1, 69 and 27. RGB value is (177,105,39). Sum of RGB (Red+Green+Blue) = 177+105+39=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B16927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16927 is #4E96D8. Grayscale: #777777. Windows color (decimal): -5150425 or 2582961. OLE color: 2582961.

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

Color convert

RGB 177 105 39 -
CMYK 0 0.41 0.78 0.31
HSL 28.7º 0.64% 0.42% -
HSV(B) 28.7º 0.78% 0.69% -
XYZ 23.55 19.6 4.46 -
YUV 119 82.85 169.37 -
System Red Green Blue C M Y K H S L
Decimal 177 105 39 0 0.41 0.78 0.31 28.7 0.64 0.42
Hex B1 69 27 0 29 4E 1F 1D 40 2A
Octal 261 151 47 0 51 116 37 35 100 52
Binary 10110001 1101001 100111 0 101001 1001110 11111 11101 1000000 101010

Color Harmonies of #B16927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16927

Black with #B16927

Text Example


Text Example

White with #B16927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16927; }

 p { color: rgb(177,105,39); }

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

background-color css

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

 a { background-color: rgb(177,105,39); }

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

border-color css

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

 span { border-color: rgb(177,105,39); }

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