#B78A6E

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

Shades of Sandrift #B78A6E

Tints of Sandrift #B78A6E

Color information

#B78A6E (or 0xB78A6E) is unknown color: approx Sandrift. HEX triplet: B7, 8A and 6E. RGB value is (183,138,110). Sum of RGB (Red+Green+Blue) = 183+138+110=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A6E is #487591. Grayscale: #949494. Windows color (decimal): -4748690 or 7244471. OLE color: 7244471.

HSL color Cylindrical-coordinate representation of color #B78A6E: hue angle of 23.01º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B78A6E is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183138110-
CMYK00.250.400.28
HSL23.01º33.64%57.45%-
HSV(B)23.01º39.89%71.76%-
XYZ31.4329.3718.76-
YUV148.26106.41152.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=42.46%
G=32.02%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313811000.250.400.2823.0133.6457.45
HexB78A6E019281C172239
Octal2672121560315034274271
Binary101101111000101011011100110011010001110010111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A6E; }

 p { color: rgb(183,138,110); }

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

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

 a { background-color: rgb(183,138,110); }

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

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

 span { border-color: rgb(183,138,110); }

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