Html Css Color HEX #BBA257 Laser

📋 copy color: '#BBA257'

red 187 ◦ green 162 ◦ blue 87

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

Shades of Laser #BBA257

Tints of Laser #BBA257

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.16%

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

R = 42.89%
G = 37.16%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBA257 (or 0xBBA257) is known color: Laser. HEX triplet: BB, A2 and 57. RGB value is (187,162,87). Sum of RGB (Red+Green+Blue) = 187+162+87=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA257 is #445DA8. Grayscale: #A1A1A1. Windows color (decimal): -4480425 or 5743291. OLE color: 5743291.

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

Color convert

RGB 187 162 87 -
CMYK 0 0.13 0.53 0.27
HSL 45º 0.42% 0.54% -
HSV(B) 45º 0.53% 0.73% -
XYZ 35.13 37.09 14.32 -
YUV 160.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 187 162 87 0 0.13 0.53 0.27 45 0.42 0.54
Hex BB A2 57 0 D 35 1B 2D 2A 36
Octal 273 242 127 0 15 65 33 55 52 66
Binary 10111011 10100010 1010111 0 1101 110101 11011 101101 101010 110110

Color Harmonies of #BBA257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA257

Black with #BBA257

Text Example


Text Example

White with #BBA257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA257; }

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

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

background-color css

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

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

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

border-color css

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

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

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