#BBA262

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

Shades of Laser #BBA262

Tints of Laser #BBA262

Color information

#BBA262 (or 0xBBA262) is unknown color: approx Laser. HEX triplet: BB, A2 and 62. RGB value is (187,162,98). Sum of RGB (Red+Green+Blue) = 187+162+98=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA262 is #445D9D. Grayscale: #A2A2A2. Windows color (decimal): -4480414 or 6464187. OLE color: 6464187.

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

Color convert

RGB18716298-
CMYK00.130.480.27
HSL43.15º39.56%55.88%-
HSV(B)43.15º47.59%73.33%-
XYZ35.6237.2916.88-
YUV162.1891.78145.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=41.83%
G=36.24%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871629800.130.480.2743.1539.5655.88
HexBBA2620D301B2b2838
Octal2732421420156033535070
Binary101110111010001011000100110111000011011101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA262; }

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

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

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

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

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

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

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

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