Html Css Color HEX #BBA558 Laser

📋 copy color: '#BBA558'

red 187 ◦ green 165 ◦ blue 88

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

Shades of Laser #BBA558

Tints of Laser #BBA558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20%

R = 42.5%
G = 37.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBA558 (or 0xBBA558) is known color: Laser. HEX triplet: BB, A5 and 58. RGB value is (187,165,88). Sum of RGB (Red+Green+Blue) = 187+165+88=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA558 is #445AA7. Grayscale: #A3A3A3. Windows color (decimal): -4479656 or 5809595. OLE color: 5809595.

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

Color convert

RGB 187 165 88 -
CMYK 0 0.12 0.53 0.27
HSL 46.67º 0.42% 0.54% -
HSV(B) 46.67º 0.53% 0.73% -
XYZ 35.71 38.18 14.72 -
YUV 162.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 187 165 88 0 0.12 0.53 0.27 46.67 0.42 0.54
Hex BB A5 58 0 C 35 1B 2F 2A 36
Octal 273 245 130 0 14 65 33 57 52 66
Binary 10111011 10100101 1011000 0 1100 110101 11011 101111 101010 110110

Color Harmonies of #BBA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA558

Black with #BBA558

Text Example


Text Example

White with #BBA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA558; }

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

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

background-color css

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

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

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

border-color css

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

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

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