#B5967A

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

Shades of Sandrift #B5967A

Tints of Sandrift #B5967A

Color information

#B5967A (or 0xB5967A) is unknown color: approx Sandrift. HEX triplet: B5, 96 and 7A. RGB value is (181,150,122). Sum of RGB (Red+Green+Blue) = 181+150+122=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5967A is #4A6985. Grayscale: #9C9C9C. Windows color (decimal): -4876678 or 8033973. OLE color: 8033973.

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

Color convert

RGB181150122-
CMYK00.170.330.29
HSL28.47º28.5%59.41%-
HSV(B)28.47º32.6%70.98%-
XYZ33.4833.0423.03-
YUV156.08108.77145.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=39.96%
G=33.11%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115012200.170.330.2928.4728.559.41
HexB5967A011211D1c1d3b
Octal2652261720214135343573
Binary10110101100101101111010010001100001111011110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5967A; }

 p { color: rgb(181,150,122); }

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

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

 a { background-color: rgb(181,150,122); }

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

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

 span { border-color: rgb(181,150,122); }

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