#BBA266

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

Shades of Laser #BBA266

Tints of Laser #BBA266

Color information

#BBA266 (or 0xBBA266) is unknown color: approx Laser. HEX triplet: BB, A2 and 66. RGB value is (187,162,102). Sum of RGB (Red+Green+Blue) = 187+162+102=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA266 is #445D99. Grayscale: #A2A2A2. Windows color (decimal): -4480410 or 6726331. OLE color: 6726331.

HSL color Cylindrical-coordinate representation of color #BBA266: hue angle of 42.35º 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 #BBA266 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB187162102-
CMYK00.130.450.27
HSL42.35º38.46%56.67%-
HSV(B)42.35º45.45%73.33%-
XYZ35.8137.3617.89-
YUV162.6493.78145.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=41.46%
G=35.92%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716210200.130.450.2742.3538.4656.67
HexBBA2660D2D1B2a2639
Octal2732421460155533524671
Binary101110111010001011001100110110110111011101010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA266; }

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

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

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

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

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

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

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

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