Html Css Color HEX #BBA05A Laser

📋 copy color: '#BBA05A'

red 187 ◦ green 160 ◦ blue 90

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

Shades of Laser #BBA05A

Tints of Laser #BBA05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.59%

R = 42.79%
G = 36.61%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBA05A (or 0xBBA05A) is known color: Laser. HEX triplet: BB, A0 and 5A. RGB value is (187,160,90). Sum of RGB (Red+Green+Blue) = 187+160+90=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA05A is #445FA5. Grayscale: #A0A0A0. Windows color (decimal): -4480934 or 5939387. OLE color: 5939387.

HSL color Cylindrical-coordinate representation of color #BBA05A: hue angle of 43.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBA05A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 90 -
CMYK 0 0.14 0.52 0.27
HSL 43.3º 0.42% 0.54% -
HSV(B) 43.3º 0.52% 0.73% -
XYZ 34.91 36.44 14.87 -
YUV 160.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 187 160 90 0 0.14 0.52 0.27 43.3 0.42 0.54
Hex BB A0 5A 0 E 34 1B 2B 2A 36
Octal 273 240 132 0 16 64 33 53 52 66
Binary 10111011 10100000 1011010 0 1110 110100 11011 101011 101010 110110

Color Harmonies of #BBA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA05A

Black with #BBA05A

Text Example


Text Example

White with #BBA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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