Html Css Color HEX #BBA059 Laser

📋 copy color: '#BBA059'

red 187 ◦ green 160 ◦ blue 89

#BBA059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #BBA059

Tints of Laser #BBA059

RGB

 RED value IS 187 (73.44% from 255) = 42.89%

 GREEN value IS 160 (62.89% from 255) = 36.7%

 BLUE value IS 89 (35.16% from 255) = 20.41%

R = 42.89%
G = 36.7%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBA059 (or 0xBBA059) is known color: Laser. HEX triplet: BB, A0 and 59. RGB value is (187,160,89). Sum of RGB (Red+Green+Blue) = 187+160+89=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA059 is #445FA6. Grayscale: #A0A0A0. Windows color (decimal): -4480935 or 5873851. OLE color: 5873851.

HSL color Cylindrical-coordinate representation of color #BBA059: hue angle of 43.47º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBA059 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 89 -
CMYK 0 0.14 0.52 0.27
HSL 43.47º 0.42% 0.54% -
HSV(B) 43.47º 0.52% 0.73% -
XYZ 34.87 36.43 14.64 -
YUV 159.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 187 160 89 0 0.14 0.52 0.27 43.47 0.42 0.54
Hex BB A0 59 0 E 34 1B 2B 2A 36
Octal 273 240 131 0 16 64 33 53 52 66
Binary 10111011 10100000 1011001 0 1110 110100 11011 101011 101010 110110

Color Harmonies of #BBA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA059

Black with #BBA059

Text Example


Text Example

White with #BBA059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA059; }

 p { color: rgb(187,160,89); }

 H1.HeaderClassName
 {
   color: #BBA059;
 }
 .AnyTagClassName
 {
   color: #BBA059;
 }
</style>

background-color css

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

 a { background-color: rgb(187,160,89); }

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

border-color css

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

 span { border-color: rgb(187,160,89); }

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