Html Css Color HEX #BBA057 Laser

📋 copy color: '#BBA057'

red 187 ◦ green 160 ◦ blue 87

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

Shades of Laser #BBA057

Tints of Laser #BBA057

RGB

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

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

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

R = 43.09%
G = 36.87%
B = 20.05%

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

#BBA057 (or 0xBBA057) is known color: Laser. HEX triplet: BB, A0 and 57. RGB value is (187,160,87). Sum of RGB (Red+Green+Blue) = 187+160+87=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA057 is #445FA8. Grayscale: #A0A0A0. Windows color (decimal): -4480937 or 5742779. OLE color: 5742779.

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

Color convert

RGB 187 160 87 -
CMYK 0 0.14 0.53 0.27
HSL 43.8º 0.42% 0.54% -
HSV(B) 43.8º 0.53% 0.73% -
XYZ 34.78 36.39 14.21 -
YUV 159.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 187 160 87 0 0.14 0.53 0.27 43.8 0.42 0.54
Hex BB A0 57 0 E 35 1B 2C 2A 36
Octal 273 240 127 0 16 65 33 54 52 66
Binary 10111011 10100000 1010111 0 1110 110101 11011 101100 101010 110110

Color Harmonies of #BBA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA057

Black with #BBA057

Text Example


Text Example

White with #BBA057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA057; }

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

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

background-color css

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

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

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

border-color css

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

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

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