#BBA265

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

Shades of Laser #BBA265

Tints of Laser #BBA265

Color information

#BBA265 (or 0xBBA265) is unknown color: approx Laser. HEX triplet: BB, A2 and 65. RGB value is (187,162,101). Sum of RGB (Red+Green+Blue) = 187+162+101=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA265 is #445D9A. Grayscale: #A2A2A2. Windows color (decimal): -4480411 or 6660795. OLE color: 6660795.

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

Color convert

RGB187162101-
CMYK00.130.460.27
HSL42.56º38.74%56.47%-
HSV(B)42.56º45.99%73.33%-
XYZ35.7637.3517.64-
YUV162.5293.28145.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=41.56%
G=36%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716210100.130.460.2742.5638.7456.47
HexBBA2650D2E1B2b2738
Octal2732421450155633534770
Binary101110111010001011001010110110111011011101011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA265; }

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

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

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

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

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

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

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

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