#B16533

Color #B16533 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #B16533

Tints of Reno Sand #B16533

Color information

#B16533 (or 0xB16533) is unknown color: approx Reno Sand. HEX triplet: B1, 65 and 33. RGB value is (177,101,51). Sum of RGB (Red+Green+Blue) = 177+101+51=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B16533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16533 is #4E9ACC. Grayscale: #767676. Windows color (decimal): -5151437 or 3368369. OLE color: 3368369.

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

Color convert

RGB17710151-
CMYK00.430.710.31
HSL23.81º55.26%44.71%-
HSV(B)23.81º71.19%69.41%-
XYZ23.3818.895.55-
YUV118.0290.18170.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.80%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=53.80%
G=30.70%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771015100.430.710.3123.8155.2644.71
HexB1653302B471F18372d
Octal2611456305310737306755
Binary101100011100101110011010101110001111111111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16533; }

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

 H1.HeaderClassName
 {
   color: #B16533;
 }
 .AnyTagClassName
 {
   color: #B16533;
 }
</style>
background-color css

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

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

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

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

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

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