#BB8B68

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

Shades of Fallow #BB8B68

Tints of Fallow #BB8B68

Color information

#BB8B68 (or 0xBB8B68) is unknown color: approx Fallow. HEX triplet: BB, 8B and 68. RGB value is (187,139,104). Sum of RGB (Red+Green+Blue) = 187+139+104=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B68 is #447497. Grayscale: #959595. Windows color (decimal): -4486296 or 6851515. OLE color: 6851515.

HSL color Cylindrical-coordinate representation of color #BB8B68: hue angle of 25.3º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8B68 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB187139104-
CMYK00.260.440.27
HSL25.3º37.9%57.06%-
HSV(B)25.3º44.39%73.33%-
XYZ32.2230.0317.19-
YUV149.36102.4154.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=43.49%
G=32.33%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713910400.260.440.2725.337.957.06
HexBB8B6801A2C1B192639
Octal2732131500325433314671
Binary101110111000101111010000110101011001101111001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B68; }

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

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

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

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

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

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

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

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