#BBA466

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

Shades of Laser #BBA466

Tints of Laser #BBA466

Color information

#BBA466 (or 0xBBA466) is unknown color: approx Laser. HEX triplet: BB, A4 and 66. RGB value is (187,164,102). Sum of RGB (Red+Green+Blue) = 187+164+102=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA466 is #445B99. Grayscale: #A4A4A4. Windows color (decimal): -4479898 or 6726843. OLE color: 6726843.

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

Color convert

RGB187164102-
CMYK00.120.450.27
HSL43.76º38.46%56.67%-
HSV(B)43.76º45.45%73.33%-
XYZ36.1738.0818.01-
YUV163.8193.12144.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 164 (64.45% from 255) = 36.20%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=41.28%
G=36.20%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716410200.120.450.2743.7638.4656.67
HexBBA4660C2D1B2c2639
Octal2732441460145533544671
Binary101110111010010011001100110010110111011101100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA466; }

 p { color: rgb(187,164,102); }

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

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

 a { background-color: rgb(187,164,102); }

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

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

 span { border-color: rgb(187,164,102); }

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