#B19682

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

Shades of Sandrift #B19682

Tints of Sandrift #B19682

Color information

#B19682 (or 0xB19682) is unknown color: approx Sandrift. HEX triplet: B1, 96 and 82. RGB value is (177,150,130). Sum of RGB (Red+Green+Blue) = 177+150+130=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B19682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19682 is #4E697D. Grayscale: #9B9B9B. Windows color (decimal): -5138814 or 8558257. OLE color: 8558257.

HSL color Cylindrical-coordinate representation of color #B19682: hue angle of 25.53º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B19682 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB177150130-
CMYK00.150.270.31
HSL25.53º23.15%60.2%-
HSV(B)25.53º26.55%69.41%-
XYZ33.0732.7725.7-
YUV155.79113.45143.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 130 (51.17% from 255) = 28.45%
R=38.73%
G=32.82%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715013000.150.270.3125.5323.1560.2
HexB196820F1B1F1a173c
Octal2612262020173337322774
Binary1011000110010110100000100111111011111111101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19682; }

 p { color: rgb(177,150,130); }

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

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

 a { background-color: rgb(177,150,130); }

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

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

 span { border-color: rgb(177,150,130); }

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