Html Css Color HEX #BBA156 Laser

📋 copy color: '#BBA156'

red 187 ◦ green 161 ◦ blue 86

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

Shades of Laser #BBA156

Tints of Laser #BBA156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.82%

R = 43.09%
G = 37.1%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BBA156 (or 0xBBA156) is known color: Laser. HEX triplet: BB, A1 and 56. RGB value is (187,161,86). Sum of RGB (Red+Green+Blue) = 187+161+86=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA156 is #445EA9. Grayscale: #A0A0A0. Windows color (decimal): -4480682 or 5677499. OLE color: 5677499.

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

Color convert

RGB 187 161 86 -
CMYK 0 0.14 0.54 0.27
HSL 44.55º 0.43% 0.54% -
HSV(B) 44.55º 0.54% 0.73% -
XYZ 34.92 36.73 14.05 -
YUV 160.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 187 161 86 0 0.14 0.54 0.27 44.55 0.43 0.54
Hex BB A1 56 0 E 36 1B 2D 2B 36
Octal 273 241 126 0 16 66 33 55 53 66
Binary 10111011 10100001 1010110 0 1110 110110 11011 101101 101011 110110

Color Harmonies of #BBA156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA156

Black with #BBA156

Text Example


Text Example

White with #BBA156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA156; }

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

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

background-color css

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

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

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

border-color css

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

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

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