Html Css Color HEX #BBA465 Laser

📋 copy color: '#BBA465'

red 187 ◦ green 164 ◦ blue 101

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

Shades of Laser #BBA465

Tints of Laser #BBA465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 41.37%
G = 36.28%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBA465 (or 0xBBA465) is known color: Laser. HEX triplet: BB, A4 and 65. RGB value is (187,164,101). Sum of RGB (Red+Green+Blue) = 187+164+101=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA465 is #445B9A. Grayscale: #A3A3A3. Windows color (decimal): -4479899 or 6661307. OLE color: 6661307.

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

Color convert

RGB 187 164 101 -
CMYK 0 0.12 0.46 0.27
HSL 43.95º 0.39% 0.56% -
HSV(B) 43.95º 0.46% 0.73% -
XYZ 36.12 38.06 17.75 -
YUV 163.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 187 164 101 0 0.12 0.46 0.27 43.95 0.39 0.56
Hex BB A4 65 0 C 2E 1B 2C 27 38
Octal 273 244 145 0 14 56 33 54 47 70
Binary 10111011 10100100 1100101 0 1100 101110 11011 101100 100111 111000

Color Harmonies of #BBA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA465

Black with #BBA465

Text Example


Text Example

White with #BBA465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA465; }

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

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

background-color css

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

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

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

border-color css

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

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

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