#BBA462

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

Shades of Laser #BBA462

Tints of Laser #BBA462

Color information

#BBA462 (or 0xBBA462) is unknown color: approx Laser. HEX triplet: BB, A4 and 62. RGB value is (187,164,98). Sum of RGB (Red+Green+Blue) = 187+164+98=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA462 is #445B9D. Grayscale: #A3A3A3. Windows color (decimal): -4479902 or 6464699. OLE color: 6464699.

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

Color convert

RGB18716498-
CMYK00.120.480.27
HSL44.49º39.56%55.88%-
HSV(B)44.49º47.59%73.33%-
XYZ35.973816.99-
YUV163.3591.12144.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 98 (38.67% from 255) = 21.83%
R=41.65%
G=36.53%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871649800.120.480.2744.4939.5655.88
HexBBA4620C301B2c2838
Octal2732441420146033545070
Binary101110111010010011000100110011000011011101100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA462; }

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

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

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

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

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

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

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

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