#BBA369

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

Shades of Laser #BBA369

Tints of Laser #BBA369

Color information

#BBA369 (or 0xBBA369) is unknown color: approx Laser. HEX triplet: BB, A3 and 69. RGB value is (187,163,105). Sum of RGB (Red+Green+Blue) = 187+163+105=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA369 is #445C96. Grayscale: #A3A3A3. Windows color (decimal): -4480151 or 6923195. OLE color: 6923195.

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

Color convert

RGB187163105-
CMYK00.130.440.27
HSL42.44º37.61%57.25%-
HSV(B)42.44º43.85%73.33%-
XYZ36.1437.7818.75-
YUV163.5694.95144.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 163 (64.06% from 255) = 35.82%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=41.10%
G=35.82%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716310500.130.440.2742.4437.6157.25
HexBBA3690D2C1B2a2639
Octal2732431510155433524671
Binary101110111010001111010010110110110011011101010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA369; }

 p { color: rgb(187,163,105); }

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

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

 a { background-color: rgb(187,163,105); }

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

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

 span { border-color: rgb(187,163,105); }

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