#B28D7A

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

Shades of Sandrift #B28D7A

Tints of Sandrift #B28D7A

Color information

#B28D7A (or 0xB28D7A) is unknown color: approx Sandrift. HEX triplet: B2, 8D and 7A. RGB value is (178,141,122). Sum of RGB (Red+Green+Blue) = 178+141+122=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D7A is #4D7285. Grayscale: #969696. Windows color (decimal): -5075590 or 8031666. OLE color: 8031666.

HSL color Cylindrical-coordinate representation of color #B28D7A: hue angle of 20.36º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B28D7A is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB178141122-
CMYK00.210.310.30
HSL20.36º26.67%58.82%-
HSV(B)20.36º31.46%69.8%-
XYZ31.429.9222.53-
YUV149.9112.26148.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=40.36%
G=31.97%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814112200.210.310.3020.3626.6758.82
HexB28D7A0151F1E141b3b
Octal2622151720253736243373
Binary1011001010001101111101001010111111111101010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D7A; }

 p { color: rgb(178,141,122); }

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

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

 a { background-color: rgb(178,141,122); }

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

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

 span { border-color: rgb(178,141,122); }

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