Html Css Color HEX #BBA062 Laser

📋 copy color: '#BBA062'

red 187 ◦ green 160 ◦ blue 98

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

Shades of Laser #BBA062

Tints of Laser #BBA062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.02%

R = 42.02%
G = 35.96%
B = 22.02%

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

#BBA062 (or 0xBBA062) is known color: Laser. HEX triplet: BB, A0 and 62. RGB value is (187,160,98). Sum of RGB (Red+Green+Blue) = 187+160+98=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA062 is #445F9D. Grayscale: #A1A1A1. Windows color (decimal): -4480926 or 6463675. OLE color: 6463675.

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

Color convert

RGB 187 160 98 -
CMYK 0 0.14 0.48 0.27
HSL 41.8º 0.4% 0.56% -
HSV(B) 41.8º 0.48% 0.73% -
XYZ 35.27 36.59 16.76 -
YUV 161.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 187 160 98 0 0.14 0.48 0.27 41.8 0.4 0.56
Hex BB A0 62 0 E 30 1B 2A 28 38
Octal 273 240 142 0 16 60 33 52 50 70
Binary 10111011 10100000 1100010 0 1110 110000 11011 101010 101000 111000

Color Harmonies of #BBA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA062

Black with #BBA062

Text Example


Text Example

White with #BBA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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