Html Css Color HEX #BBA15C Laser

📋 copy color: '#BBA15C'

red 187 ◦ green 161 ◦ blue 92

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

Shades of Laser #BBA15C

Tints of Laser #BBA15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.91%

R = 42.5%
G = 36.59%
B = 20.91%

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

#BBA15C (or 0xBBA15C) is known color: Laser. HEX triplet: BB, A1 and 5C. RGB value is (187,161,92). Sum of RGB (Red+Green+Blue) = 187+161+92=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA15C is #445EA3. Grayscale: #A1A1A1. Windows color (decimal): -4480676 or 6070715. OLE color: 6070715.

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

Color convert

RGB 187 161 92 -
CMYK 0 0.14 0.51 0.27
HSL 43.58º 0.41% 0.55% -
HSV(B) 43.58º 0.51% 0.73% -
XYZ 35.17 36.83 15.38 -
YUV 160.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 187 161 92 0 0.14 0.51 0.27 43.58 0.41 0.55
Hex BB A1 5C 0 E 33 1B 2C 29 37
Octal 273 241 134 0 16 63 33 54 51 67
Binary 10111011 10100001 1011100 0 1110 110011 11011 101100 101001 110111

Color Harmonies of #BBA15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA15C

Black with #BBA15C

Text Example


Text Example

White with #BBA15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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