#BBA274

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

Shades of Fallow #BBA274

Tints of Fallow #BBA274

Color information

#BBA274 (or 0xBBA274) is unknown color: approx Fallow. HEX triplet: BB, A2 and 74. RGB value is (187,162,116). Sum of RGB (Red+Green+Blue) = 187+162+116=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA274 is #445D8B. Grayscale: #A4A4A4. Windows color (decimal): -4480396 or 7643835. OLE color: 7643835.

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

Color convert

RGB187162116-
CMYK00.130.380.27
HSL38.87º34.3%59.41%-
HSV(B)38.87º37.97%73.33%-
XYZ36.5737.6721.87-
YUV164.23100.78144.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=40.22%
G=34.84%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716211600.130.380.2738.8734.359.41
HexBBA2740D261B27223b
Octal2732421640154633474273
Binary101110111010001011101000110110011011011100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA274; }

 p { color: rgb(187,162,116); }

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

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

 a { background-color: rgb(187,162,116); }

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

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

 span { border-color: rgb(187,162,116); }

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