Html Css Color HEX #BBA159 Laser

📋 copy color: '#BBA159'

red 187 ◦ green 161 ◦ blue 89

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

Shades of Laser #BBA159

Tints of Laser #BBA159

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.84%

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

R = 42.79%
G = 36.84%
B = 20.37%

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

#BBA159 (or 0xBBA159) is known color: Laser. HEX triplet: BB, A1 and 59. RGB value is (187,161,89). Sum of RGB (Red+Green+Blue) = 187+161+89=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA159 is #445EA6. Grayscale: #A0A0A0. Windows color (decimal): -4480679 or 5874107. OLE color: 5874107.

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

Color convert

RGB 187 161 89 -
CMYK 0 0.14 0.52 0.27
HSL 44.08º 0.42% 0.54% -
HSV(B) 44.08º 0.52% 0.73% -
XYZ 35.04 36.78 14.7 -
YUV 160.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 187 161 89 0 0.14 0.52 0.27 44.08 0.42 0.54
Hex BB A1 59 0 E 34 1B 2C 2A 36
Octal 273 241 131 0 16 64 33 54 52 66
Binary 10111011 10100001 1011001 0 1110 110100 11011 101100 101010 110110

Color Harmonies of #BBA159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA159

Black with #BBA159

Text Example


Text Example

White with #BBA159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA159; }

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

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

background-color css

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

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

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

border-color css

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

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

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