Html Css Color HEX #BBA061 Laser

📋 copy color: '#BBA061'

red 187 ◦ green 160 ◦ blue 97

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

Shades of Laser #BBA061

Tints of Laser #BBA061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.85%

R = 42.12%
G = 36.04%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBA061 (or 0xBBA061) is known color: Laser. HEX triplet: BB, A0 and 61. RGB value is (187,160,97). Sum of RGB (Red+Green+Blue) = 187+160+97=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA061 is #445F9E. Grayscale: #A1A1A1. Windows color (decimal): -4480927 or 6398139. OLE color: 6398139.

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

Color convert

RGB 187 160 97 -
CMYK 0 0.14 0.48 0.27
HSL 42º 0.4% 0.56% -
HSV(B) 42º 0.48% 0.73% -
XYZ 35.22 36.57 16.51 -
YUV 160.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 187 160 97 0 0.14 0.48 0.27 42 0.4 0.56
Hex BB A0 61 0 E 30 1B 2A 28 38
Octal 273 240 141 0 16 60 33 52 50 70
Binary 10111011 10100000 1100001 0 1110 110000 11011 101010 101000 111000

Color Harmonies of #BBA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA061

Black with #BBA061

Text Example


Text Example

White with #BBA061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA061; }

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

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

background-color css

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

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

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

border-color css

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

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

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