Html Css Color HEX #BBA466 Laser

📋 copy color: '#BBA466'

red 187 ◦ green 164 ◦ blue 102

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

Shades of Laser #BBA466

Tints of Laser #BBA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.2%

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

R = 41.28%
G = 36.2%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBA466 (or 0xBBA466) is known color: Laser. HEX triplet: BB, A4 and 66. RGB value is (187,164,102). Sum of RGB (Red+Green+Blue) = 187+164+102=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA466 is #445B99. Grayscale: #A4A4A4. Windows color (decimal): -4479898 or 6726843. OLE color: 6726843.

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

Color convert

RGB 187 164 102 -
CMYK 0 0.12 0.45 0.27
HSL 43.76º 0.38% 0.57% -
HSV(B) 43.76º 0.45% 0.73% -
XYZ 36.17 38.08 18.01 -
YUV 163.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 187 164 102 0 0.12 0.45 0.27 43.76 0.38 0.57
Hex BB A4 66 0 C 2D 1B 2C 26 39
Octal 273 244 146 0 14 55 33 54 46 71
Binary 10111011 10100100 1100110 0 1100 101101 11011 101100 100110 111001

Color Harmonies of #BBA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA466

Black with #BBA466

Text Example


Text Example

White with #BBA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA466; }

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

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

background-color css

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

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

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

border-color css

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

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

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