Html Css Color HEX #BBA166 Laser

📋 copy color: '#BBA166'

red 187 ◦ green 161 ◦ blue 102

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

Shades of Laser #BBA166

Tints of Laser #BBA166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.67%

R = 41.56%
G = 35.78%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBA166 (or 0xBBA166) is known color: Laser. HEX triplet: BB, A1 and 66. RGB value is (187,161,102). Sum of RGB (Red+Green+Blue) = 187+161+102=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA166 is #445E99. Grayscale: #A2A2A2. Windows color (decimal): -4480666 or 6726075. OLE color: 6726075.

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

Color convert

RGB 187 161 102 -
CMYK 0 0.14 0.45 0.27
HSL 41.65º 0.38% 0.57% -
HSV(B) 41.65º 0.45% 0.73% -
XYZ 35.64 37.01 17.84 -
YUV 162.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 187 161 102 0 0.14 0.45 0.27 41.65 0.38 0.57
Hex BB A1 66 0 E 2D 1B 2A 26 39
Octal 273 241 146 0 16 55 33 52 46 71
Binary 10111011 10100001 1100110 0 1110 101101 11011 101010 100110 111001

Color Harmonies of #BBA166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA166

Black with #BBA166

Text Example


Text Example

White with #BBA166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA166; }

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

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

background-color css

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

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

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

border-color css

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

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

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