#B88F68

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

Shades of Fallow #B88F68

Tints of Fallow #B88F68

Color information

#B88F68 (or 0xB88F68) is unknown color: approx Fallow. HEX triplet: B8, 8F and 68. RGB value is (184,143,104). Sum of RGB (Red+Green+Blue) = 184+143+104=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F68 is #477097. Grayscale: #979797. Windows color (decimal): -4681880 or 6852536. OLE color: 6852536.

HSL color Cylindrical-coordinate representation of color #B88F68: hue angle of 29.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B88F68 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184143104-
CMYK00.220.430.28
HSL29.25º36.04%56.47%-
HSV(B)29.25º43.48%72.16%-
XYZ32.0930.8317.36-
YUV150.81101.58151.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 104 (41.02% from 255) = 24.13%
R=42.69%
G=33.18%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414310400.220.430.2829.2536.0456.47
HexB88F680162B1C1d2438
Octal2702171500265334354470
Binary101110001000111111010000101101010111110011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88F68; }

 p { color: rgb(184,143,104); }

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

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

 a { background-color: rgb(184,143,104); }

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

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

 span { border-color: rgb(184,143,104); }

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