#B3907B

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

Shades of Sandrift #B3907B

Tints of Sandrift #B3907B

Color information

#B3907B (or 0xB3907B) is unknown color: approx Sandrift. HEX triplet: B3, 90 and 7B. RGB value is (179,144,123). Sum of RGB (Red+Green+Blue) = 179+144+123=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B3907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3907B is #4C6F84. Grayscale: #989898. Windows color (decimal): -5009285 or 8097971. OLE color: 8097971.

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

Color convert

RGB179144123-
CMYK00.200.310.30
HSL22.5º26.92%59.22%-
HSV(B)22.5º31.28%70.2%-
XYZ32.1430.9623.02-
YUV152.07111.6147.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 144 (56.64% from 255) = 32.29%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=40.13%
G=32.29%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914412300.200.310.3022.526.9259.22
HexB3907B0141F1E171b3b
Octal2632201730243736273373
Binary1011001110010000111101101010011111111101011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3907B; }

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

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

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

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

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

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

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

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