Html Css Color HEX #BBA157 Laser

📋 copy color: '#BBA157'

red 187 ◦ green 161 ◦ blue 87

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

Shades of Laser #BBA157

Tints of Laser #BBA157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20%

R = 42.99%
G = 37.01%
B = 20%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBA157 (or 0xBBA157) is known color: Laser. HEX triplet: BB, A1 and 57. RGB value is (187,161,87). Sum of RGB (Red+Green+Blue) = 187+161+87=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA157 is #445EA8. Grayscale: #A0A0A0. Windows color (decimal): -4480681 or 5743035. OLE color: 5743035.

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

Color convert

RGB 187 161 87 -
CMYK 0 0.14 0.53 0.27
HSL 44.4º 0.42% 0.54% -
HSV(B) 44.4º 0.53% 0.73% -
XYZ 34.96 36.74 14.27 -
YUV 160.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 187 161 87 0 0.14 0.53 0.27 44.4 0.42 0.54
Hex BB A1 57 0 E 35 1B 2C 2A 36
Octal 273 241 127 0 16 65 33 54 52 66
Binary 10111011 10100001 1010111 0 1110 110101 11011 101100 101010 110110

Color Harmonies of #BBA157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA157

Black with #BBA157

Text Example


Text Example

White with #BBA157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA157; }

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

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

background-color css

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

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

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

border-color css

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

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

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