#B3907D

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

Shades of Sandrift #B3907D

Tints of Sandrift #B3907D

Color information

#B3907D (or 0xB3907D) is unknown color: approx Sandrift. HEX triplet: B3, 90 and 7D. RGB value is (179,144,125). Sum of RGB (Red+Green+Blue) = 179+144+125=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3907D is #4C6F82. Grayscale: #989898. Windows color (decimal): -5009283 or 8229043. OLE color: 8229043.

HSL color Cylindrical-coordinate representation of color #B3907D: hue angle of 21.11º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3907D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179144125-
CMYK00.200.300.30
HSL21.11º26.21%59.61%-
HSV(B)21.11º30.17%70.2%-
XYZ32.2731.0123.69-
YUV152.3112.6147.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=39.96%
G=32.14%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914412500.200.300.3021.1126.2159.61
HexB3907D0141E1E151a3c
Octal2632201750243636253274
Binary1011001110010000111110101010011110111101010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3907D; }

 p { color: rgb(179,144,125); }

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

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

 a { background-color: rgb(179,144,125); }

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

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

 span { border-color: rgb(179,144,125); }

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