#BBA261

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

Shades of Laser #BBA261

Tints of Laser #BBA261

Color information

#BBA261 (or 0xBBA261) is unknown color: approx Laser. HEX triplet: BB, A2 and 61. RGB value is (187,162,97). Sum of RGB (Red+Green+Blue) = 187+162+97=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA261 is #445D9E. Grayscale: #A2A2A2. Windows color (decimal): -4480415 or 6398651. OLE color: 6398651.

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

Color convert

RGB18716297-
CMYK00.130.480.27
HSL43.33º39.82%55.69%-
HSV(B)43.33º48.13%73.33%-
XYZ35.5737.2716.63-
YUV162.0691.28145.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=41.93%
G=36.32%
B=21.75%

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
Decimal1871629700.130.480.2743.3339.8255.69
HexBBA2610D301B2b2838
Octal2732421410156033535070
Binary101110111010001011000010110111000011011101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA261; }

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

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

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

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

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

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

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

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