Html Css Color HEX #B16527 Reno Sand

📋 copy color: '#B16527'

red 177 ◦ green 101 ◦ blue 39

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

Shades of Reno Sand #B16527

Tints of Reno Sand #B16527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

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

R = 55.84%
G = 31.86%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B16527 (or 0xB16527) is known color: Reno Sand. HEX triplet: B1, 65 and 27. RGB value is (177,101,39). Sum of RGB (Red+Green+Blue) = 177+101+39=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B16527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16527 is #4E9AD8. Grayscale: #747474. Windows color (decimal): -5151449 or 2581937. OLE color: 2581937.

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

Color convert

RGB 177 101 39 -
CMYK 0 0.43 0.78 0.31
HSL 26.96º 0.64% 0.42% -
HSV(B) 26.96º 0.78% 0.69% -
XYZ 23.15 18.8 4.33 -
YUV 116.66 84.18 171.04 -
System Red Green Blue C M Y K H S L
Decimal 177 101 39 0 0.43 0.78 0.31 26.96 0.64 0.42
Hex B1 65 27 0 2B 4E 1F 1B 40 2A
Octal 261 145 47 0 53 116 37 33 100 52
Binary 10110001 1100101 100111 0 101011 1001110 11111 11011 1000000 101010

Color Harmonies of #B16527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16527

Black with #B16527

Text Example


Text Example

White with #B16527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16527; }

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

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

background-color css

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

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

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

border-color css

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

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

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