#B6917A

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

Shades of Sandrift #B6917A

Tints of Sandrift #B6917A

Color information

#B6917A (or 0xB6917A) is unknown color: approx Sandrift. HEX triplet: B6, 91 and 7A. RGB value is (182,145,122). Sum of RGB (Red+Green+Blue) = 182+145+122=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B6917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6917A is #496E85. Grayscale: #999999. Windows color (decimal): -4812422 or 8032694. OLE color: 8032694.

HSL color Cylindrical-coordinate representation of color #B6917A: hue angle of 23º 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 #B6917A is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB182145122-
CMYK00.200.330.29
HSL23º29.13%59.61%-
HSV(B)23º32.97%71.37%-
XYZ32.9331.622.78-
YUV153.44110.26148.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 145 (57.03% from 255) = 32.29%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=40.53%
G=32.29%
B=27.17%

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
Decimal18214512200.200.330.292329.1359.61
HexB6917A014211D171d3c
Octal2662211720244135273574
Binary10110110100100011111010010100100001111011011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6917A; }

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

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

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

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

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

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

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

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