Html Css Color HEX #BBA058 Laser

📋 copy color: '#BBA058'

red 187 ◦ green 160 ◦ blue 88

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

Shades of Laser #BBA058

Tints of Laser #BBA058

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.78%

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

R = 42.99%
G = 36.78%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBA058 (or 0xBBA058) is known color: Laser. HEX triplet: BB, A0 and 58. RGB value is (187,160,88). Sum of RGB (Red+Green+Blue) = 187+160+88=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA058 is #445FA7. Grayscale: #A0A0A0. Windows color (decimal): -4480936 or 5808315. OLE color: 5808315.

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

Color convert

RGB 187 160 88 -
CMYK 0 0.14 0.53 0.27
HSL 43.64º 0.42% 0.54% -
HSV(B) 43.64º 0.53% 0.73% -
XYZ 34.83 36.41 14.43 -
YUV 159.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 187 160 88 0 0.14 0.53 0.27 43.64 0.42 0.54
Hex BB A0 58 0 E 35 1B 2C 2A 36
Octal 273 240 130 0 16 65 33 54 52 66
Binary 10111011 10100000 1011000 0 1110 110101 11011 101100 101010 110110

Color Harmonies of #BBA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA058

Black with #BBA058

Text Example


Text Example

White with #BBA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA058; }

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

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

background-color css

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

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

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

border-color css

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

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

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