Html Css Color HEX #BBA55D Laser

📋 copy color: '#BBA55D'

red 187 ◦ green 165 ◦ blue 93

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

Shades of Laser #BBA55D

Tints of Laser #BBA55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.08%

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

R = 42.02%
G = 37.08%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBA55D (or 0xBBA55D) is known color: Laser. HEX triplet: BB, A5 and 5D. RGB value is (187,165,93). Sum of RGB (Red+Green+Blue) = 187+165+93=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA55D is #445AA2. Grayscale: #A3A3A3. Windows color (decimal): -4479651 or 6137275. OLE color: 6137275.

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

Color convert

RGB 187 165 93 -
CMYK 0 0.12 0.50 0.27
HSL 45.96º 0.41% 0.55% -
HSV(B) 45.96º 0.5% 0.73% -
XYZ 35.92 38.27 15.85 -
YUV 163.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 187 165 93 0 0.12 0.50 0.27 45.96 0.41 0.55
Hex BB A5 5D 0 C 32 1B 2E 29 37
Octal 273 245 135 0 14 62 33 56 51 67
Binary 10111011 10100101 1011101 0 1100 110010 11011 101110 101001 110111

Color Harmonies of #BBA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA55D

Black with #BBA55D

Text Example


Text Example

White with #BBA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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