#B6927A

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

Shades of Sandrift #B6927A

Tints of Sandrift #B6927A

Color information

#B6927A (or 0xB6927A) is unknown color: approx Sandrift. HEX triplet: B6, 92 and 7A. RGB value is (182,146,122). Sum of RGB (Red+Green+Blue) = 182+146+122=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B6927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6927A is #496D85. Grayscale: #9A9A9A. Windows color (decimal): -4812166 or 8032950. OLE color: 8032950.

HSL color Cylindrical-coordinate representation of color #B6927A: hue angle of 24º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6927A is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB182146122-
CMYK00.200.330.29
HSL24º29.13%59.61%-
HSV(B)24º32.97%71.37%-
XYZ33.0831.9122.83-
YUV154.03109.93147.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=40.44%
G=32.44%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214612200.200.330.292429.1359.61
HexB6927A014211D181d3c
Octal2662221720244135303574
Binary10110110100100101111010010100100001111011100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6927A; }

 p { color: rgb(182,146,122); }

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

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

 a { background-color: rgb(182,146,122); }

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

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

 span { border-color: rgb(182,146,122); }

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