#B88B68

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

Shades of Fallow #B88B68

Tints of Fallow #B88B68

Color information

#B88B68 (or 0xB88B68) is unknown color: approx Fallow. HEX triplet: B8, 8B and 68. RGB value is (184,139,104). Sum of RGB (Red+Green+Blue) = 184+139+104=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B68 is #477497. Grayscale: #949494. Windows color (decimal): -4682904 or 6851512. OLE color: 6851512.

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

Color convert

RGB184139104-
CMYK00.240.430.28
HSL26.25º36.04%56.47%-
HSV(B)26.25º43.48%72.16%-
XYZ31.529.6617.16-
YUV148.46102.91153.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 104 (41.02% from 255) = 24.36%
R=43.09%
G=32.55%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413910400.240.430.2826.2536.0456.47
HexB88B680182B1C1a2438
Octal2702131500305334324470
Binary101110001000101111010000110001010111110011010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B68; }

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

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

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

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

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

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

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

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