Html Css Color HEX #BBA15B Laser

📋 copy color: '#BBA15B'

red 187 ◦ green 161 ◦ blue 91

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

Shades of Laser #BBA15B

Tints of Laser #BBA15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.73%

R = 42.6%
G = 36.67%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBA15B (or 0xBBA15B) is known color: Laser. HEX triplet: BB, A1 and 5B. RGB value is (187,161,91). Sum of RGB (Red+Green+Blue) = 187+161+91=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA15B is #445EA4. Grayscale: #A1A1A1. Windows color (decimal): -4480677 or 6005179. OLE color: 6005179.

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

Color convert

RGB 187 161 91 -
CMYK 0 0.14 0.51 0.27
HSL 43.75º 0.41% 0.55% -
HSV(B) 43.75º 0.51% 0.73% -
XYZ 35.13 36.81 15.15 -
YUV 160.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 187 161 91 0 0.14 0.51 0.27 43.75 0.41 0.55
Hex BB A1 5B 0 E 33 1B 2C 29 37
Octal 273 241 133 0 16 63 33 54 51 67
Binary 10111011 10100001 1011011 0 1110 110011 11011 101100 101001 110111

Color Harmonies of #BBA15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA15B

Black with #BBA15B

Text Example


Text Example

White with #BBA15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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