#B0927D

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

Shades of Sandrift #B0927D

Tints of Sandrift #B0927D

Color information

#B0927D (or 0xB0927D) is unknown color: approx Sandrift. HEX triplet: B0, 92 and 7D. RGB value is (176,146,125). Sum of RGB (Red+Green+Blue) = 176+146+125=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0927D is #4F6D82. Grayscale: #989898. Windows color (decimal): -5205379 or 8229552. OLE color: 8229552.

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

Color convert

RGB176146125-
CMYK00.170.290.31
HSL24.71º24.4%59.02%-
HSV(B)24.71º28.98%69.02%-
XYZ31.8931.2723.76-
YUV152.58112.44144.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=39.37%
G=32.66%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614612500.170.290.3124.7124.459.02
HexB0927D0111D1F19183b
Octal2602221750213537313073
Binary1011000010010010111110101000111101111111100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0927D; }

 p { color: rgb(176,146,125); }

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

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

 a { background-color: rgb(176,146,125); }

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

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

 span { border-color: rgb(176,146,125); }

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