Html Css Color HEX #BBA162 Laser

📋 copy color: '#BBA162'

red 187 ◦ green 161 ◦ blue 98

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

Shades of Laser #BBA162

Tints of Laser #BBA162

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.1%

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

R = 41.93%
G = 36.1%
B = 21.97%

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

#BBA162 (or 0xBBA162) is known color: Laser. HEX triplet: BB, A1 and 62. RGB value is (187,161,98). Sum of RGB (Red+Green+Blue) = 187+161+98=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA162 is #445E9D. Grayscale: #A1A1A1. Windows color (decimal): -4480670 or 6463931. OLE color: 6463931.

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

Color convert

RGB 187 161 98 -
CMYK 0 0.14 0.48 0.27
HSL 42.47º 0.4% 0.56% -
HSV(B) 42.47º 0.48% 0.73% -
XYZ 35.44 36.94 16.82 -
YUV 161.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 187 161 98 0 0.14 0.48 0.27 42.47 0.4 0.56
Hex BB A1 62 0 E 30 1B 2A 28 38
Octal 273 241 142 0 16 60 33 52 50 70
Binary 10111011 10100001 1100010 0 1110 110000 11011 101010 101000 111000

Color Harmonies of #BBA162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA162

Black with #BBA162

Text Example


Text Example

White with #BBA162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA162; }

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

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

background-color css

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

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

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

border-color css

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

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

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