#B19273

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

Shades of Sandrift #B19273

Tints of Sandrift #B19273

Color information

#B19273 (or 0xB19273) is unknown color: approx Sandrift. HEX triplet: B1, 92 and 73. RGB value is (177,146,115). Sum of RGB (Red+Green+Blue) = 177+146+115=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B19273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19273 is #4E6D8C. Grayscale: #979797. Windows color (decimal): -5139853 or 7574193. OLE color: 7574193.

HSL color Cylindrical-coordinate representation of color #B19273: hue angle of 30º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B19273 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB177146115-
CMYK00.180.350.31
HSL30º28.44%57.25%-
HSV(B)30º35.03%69.41%-
XYZ31.531.1420.57-
YUV151.74107.27146.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=40.41%
G=33.33%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714611500.180.350.313028.4457.25
HexB19273012231F1e1c39
Octal2612221630224337363471
Binary10110001100100101110011010010100011111111111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19273; }

 p { color: rgb(177,146,115); }

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

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

 a { background-color: rgb(177,146,115); }

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

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

 span { border-color: rgb(177,146,115); }

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