Html Css Color HEX #BBA15D Laser

📋 copy color: '#BBA15D'

red 187 ◦ green 161 ◦ blue 93

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

Shades of Laser #BBA15D

Tints of Laser #BBA15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 42.4%
G = 36.51%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBA15D (or 0xBBA15D) is known color: Laser. HEX triplet: BB, A1 and 5D. RGB value is (187,161,93). Sum of RGB (Red+Green+Blue) = 187+161+93=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA15D is #445EA2. Grayscale: #A1A1A1. Windows color (decimal): -4480675 or 6136251. OLE color: 6136251.

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

Color convert

RGB 187 161 93 -
CMYK 0 0.14 0.50 0.27
HSL 43.4º 0.41% 0.55% -
HSV(B) 43.4º 0.5% 0.73% -
XYZ 35.21 36.84 15.61 -
YUV 161.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 187 161 93 0 0.14 0.50 0.27 43.4 0.41 0.55
Hex BB A1 5D 0 E 32 1B 2B 29 37
Octal 273 241 135 0 16 62 33 53 51 67
Binary 10111011 10100001 1011101 0 1110 110010 11011 101011 101001 110111

Color Harmonies of #BBA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA15D

Black with #BBA15D

Text Example


Text Example

White with #BBA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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