#B6907F

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

Shades of Sandrift #B6907F

Tints of Sandrift #B6907F

Color information

#B6907F (or 0xB6907F) is unknown color: approx Sandrift. HEX triplet: B6, 90 and 7F. RGB value is (182,144,127). Sum of RGB (Red+Green+Blue) = 182+144+127=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6907F is #496F80. Grayscale: #999999. Windows color (decimal): -4812673 or 8360118. OLE color: 8360118.

HSL color Cylindrical-coordinate representation of color #B6907F: hue angle of 18.55º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6907F is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB182144127-
CMYK00.210.300.29
HSL18.55º27.36%60.59%-
HSV(B)18.55º30.22%71.37%-
XYZ33.131.4224.4-
YUV153.42113.09148.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 127 (50% from 255) = 28.04%
R=40.18%
G=31.79%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214412700.210.300.2918.5527.3660.59
HexB6907F0151E1D131b3d
Octal2662201770253635233375
Binary1011011010010000111111101010111110111011001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6907F; }

 p { color: rgb(182,144,127); }

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

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

 a { background-color: rgb(182,144,127); }

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

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

 span { border-color: rgb(182,144,127); }

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