#B78A6D

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

Shades of Sandrift #B78A6D

Tints of Sandrift #B78A6D

Color information

#B78A6D (or 0xB78A6D) is unknown color: approx Sandrift. HEX triplet: B7, 8A and 6D. RGB value is (183,138,109). Sum of RGB (Red+Green+Blue) = 183+138+109=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A6D is #487592. Grayscale: #949494. Windows color (decimal): -4748691 or 7178935. OLE color: 7178935.

HSL color Cylindrical-coordinate representation of color #B78A6D: hue angle of 23.51º 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 #B78A6D is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183138109-
CMYK00.250.400.28
HSL23.51º33.94%57.25%-
HSV(B)23.51º40.44%71.76%-
XYZ31.3829.3518.48-
YUV148.15105.91152.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=42.56%
G=32.09%
B=25.35%

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
Decimal18313810900.250.400.2823.5133.9457.25
HexB78A6D019281C182239
Octal2672121550315034304271
Binary101101111000101011011010110011010001110011000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A6D; }

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

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

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

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

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

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

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

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