#B88D68

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

Shades of Fallow #B88D68

Tints of Fallow #B88D68

Color information

#B88D68 (or 0xB88D68) is unknown color: approx Fallow. HEX triplet: B8, 8D and 68. RGB value is (184,141,104). Sum of RGB (Red+Green+Blue) = 184+141+104=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88D68 is #477297. Grayscale: #959595. Windows color (decimal): -4682392 or 6852024. OLE color: 6852024.

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

Color convert

RGB184141104-
CMYK00.230.430.28
HSL27.75º36.04%56.47%-
HSV(B)27.75º43.48%72.16%-
XYZ31.7930.2417.26-
YUV149.64102.25152.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=42.89%
G=32.87%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414110400.230.430.2827.7536.0456.47
HexB88D680172B1C1c2438
Octal2702151500275334344470
Binary101110001000110111010000101111010111110011100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D68; }

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

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

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

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

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

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

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

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