#B38F7A

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

Shades of Sandrift #B38F7A

Tints of Sandrift #B38F7A

Color information

#B38F7A (or 0xB38F7A) is unknown color: approx Sandrift. HEX triplet: B3, 8F and 7A. RGB value is (179,143,122). Sum of RGB (Red+Green+Blue) = 179+143+122=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F7A is #4C7085. Grayscale: #979797. Windows color (decimal): -5009542 or 8032179. OLE color: 8032179.

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

Color convert

RGB179143122-
CMYK00.200.320.30
HSL22.11º27.27%59.02%-
HSV(B)22.11º31.84%70.2%-
XYZ31.9330.6322.64-
YUV151.37111.43147.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 122 (48.05% from 255) = 27.48%
R=40.32%
G=32.21%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914312200.200.320.3022.1127.2759.02
HexB38F7A014201E161b3b
Octal2632171720244036263373
Binary10110011100011111111010010100100000111101011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F7A; }

 p { color: rgb(179,143,122); }

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

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

 a { background-color: rgb(179,143,122); }

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

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

 span { border-color: rgb(179,143,122); }

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