#B88D74

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

Shades of Sandrift #B88D74

Tints of Sandrift #B88D74

Color information

#B88D74 (or 0xB88D74) is unknown color: approx Sandrift. HEX triplet: B8, 8D and 74. RGB value is (184,141,116). Sum of RGB (Red+Green+Blue) = 184+141+116=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88D74 is #47728B. Grayscale: #979797. Windows color (decimal): -4682380 or 7638456. OLE color: 7638456.

HSL color Cylindrical-coordinate representation of color #B88D74: hue angle of 22.06º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B88D74 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB184141116-
CMYK00.230.370.28
HSL22.06º32.38%58.82%-
HSV(B)22.06º36.96%72.16%-
XYZ32.4430.520.7-
YUV151.01108.25151.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 116 (45.70% from 255) = 26.30%
R=41.72%
G=31.97%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414111600.230.370.2822.0632.3858.82
HexB88D74017251C16203b
Octal2702151640274534264073
Binary101110001000110111101000101111001011110010110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D74; }

 p { color: rgb(184,141,116); }

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

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

 a { background-color: rgb(184,141,116); }

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

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

 span { border-color: rgb(184,141,116); }

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