Html Css Color HEX #BBA458 Laser

📋 copy color: '#BBA458'

red 187 ◦ green 164 ◦ blue 88

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

Shades of Laser #BBA458

Tints of Laser #BBA458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.36%

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

R = 42.6%
G = 37.36%
B = 20.05%

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

#BBA458 (or 0xBBA458) is known color: Laser. HEX triplet: BB, A4 and 58. RGB value is (187,164,88). Sum of RGB (Red+Green+Blue) = 187+164+88=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA458 is #445BA7. Grayscale: #A2A2A2. Windows color (decimal): -4479912 or 5809339. OLE color: 5809339.

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

Color convert

RGB 187 164 88 -
CMYK 0 0.12 0.53 0.27
HSL 46.06º 0.42% 0.54% -
HSV(B) 46.06º 0.53% 0.73% -
XYZ 35.53 37.82 14.66 -
YUV 162.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 187 164 88 0 0.12 0.53 0.27 46.06 0.42 0.54
Hex BB A4 58 0 C 35 1B 2E 2A 36
Octal 273 244 130 0 14 65 33 56 52 66
Binary 10111011 10100100 1011000 0 1100 110101 11011 101110 101010 110110

Color Harmonies of #BBA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA458

Black with #BBA458

Text Example


Text Example

White with #BBA458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA458; }

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

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

background-color css

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

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

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

border-color css

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

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

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