#B1783B

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

Shades of Reno Sand #B1783B

Tints of Reno Sand #B1783B

Color information

#B1783B (or 0xB1783B) is unknown color: approx Reno Sand. HEX triplet: B1, 78 and 3B. RGB value is (177,120,59). Sum of RGB (Red+Green+Blue) = 177+120+59=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1783B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1783B is #4E87C4. Grayscale: #828282. Windows color (decimal): -5146565 or 3897521. OLE color: 3897521.

HSL color Cylindrical-coordinate representation of color #B1783B: hue angle of 31.02º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1783B is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17712059-
CMYK00.320.670.31
HSL31.02º50%46.27%-
HSV(B)31.02º66.67%69.41%-
XYZ25.6423.17.24-
YUV130.0987.88161.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 59 (23.44% from 255) = 16.57%
R=49.72%
G=33.71%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771205900.320.670.3131.025046.27
HexB1783B020431F1f322e
Octal2611707304010337376256
Binary101100011111000111011010000010000111111111111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1783B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1783B; }

 p { color: rgb(177,120,59); }

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

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

 a { background-color: rgb(177,120,59); }

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

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

 span { border-color: rgb(177,120,59); }

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